Shades of Medium Orchid #B069DD
Tints of Medium Orchid #B069DD
RGB
CMYK
RGB Variations
Color information
#B069DD (or 0xB069DD) is known color: Medium Orchid. HEX triplet: B0, 69 and DD. RGB value is (176,105,221). Sum of RGB (Red+Green+Blue) = 176+105+221=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #B069DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069DD is #4F9622. Grayscale: #8B8B8B. Windows color (decimal): -5215779 or 14510512. OLE color: 14510512.
HSL color Cylindrical-coordinate representation of color #B069DD: hue angle of 276.72º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B069DD is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 105 | 221 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.13 |
| HSL | 276.72º | 0.63% | 0.64% | - |
| HSV(B) | 276.72º | 0.52% | 0.87% | - |
| XYZ | 36.01 | 24.55 | 71.25 | - |
| YUV | 139.45 | 174.02 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 221 | 0.20 | 0.52 | 0 | 0.13 | 276.72 | 0.63 | 0.64 |
| Hex | B0 | 69 | DD | 14 | 34 | 0 | D | 115 | 3F | 40 |
| Octal | 260 | 151 | 335 | 24 | 64 | 0 | 15 | 425 | 77 | 100 |
| Binary | 10110000 | 1101001 | 11011101 | 10100 | 110100 | 0 | 1101 | 100010101 | 111111 | 1000000 |
Color Harmonies of #B069DD
Complementary color
Monochromatic Colors of #B069DD
Black with #B069DD
Text Example
Text Example
White with #B069DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B069DD; }
p { color: rgb(176,105,221); }
H1.HeaderClassName
{
color: #B069DD;
}
.AnyTagClassName
{
color: #B069DD;
}
</style>
background-color css
<style>
a { background-color: #B069DD; }
a { background-color: rgb(176,105,221); }
div.DivClassName
{
background-color: #B069DD;
}
.BgClassName
{
background-color: #B069DD;
}
</style>
border-color css
<style>
span { border-color: #B069DD; }
span { border-color: rgb(176,105,221); }
td.TdClassName
{
border-color: #B069DD;
}
.TagClassName
{
border-color: #B069DD;
}
</style>