Shades of Medium Orchid #B066DC
Tints of Medium Orchid #B066DC
RGB
CMYK
RGB Variations
Color information
#B066DC (or 0xB066DC) is known color: Medium Orchid. HEX triplet: B0, 66 and DC. RGB value is (176,102,220). Sum of RGB (Red+Green+Blue) = 176+102+220=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #B066DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066DC is #4F9923. Grayscale: #898989. Windows color (decimal): -5216548 or 14444208. OLE color: 14444208.
HSL color Cylindrical-coordinate representation of color #B066DC: hue angle of 277.63º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B066DC is Cyan = 0.2, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 102 | 220 | - |
| CMYK | 0.2 | 0.54 | 0 | 0.14 |
| HSL | 277.63º | 0.63% | 0.63% | - |
| HSV(B) | 277.63º | 0.54% | 0.86% | - |
| XYZ | 35.57 | 23.9 | 70.45 | - |
| YUV | 137.58 | 174.52 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 220 | 0.2 | 0.54 | 0 | 0.14 | 277.63 | 0.63 | 0.63 |
| Hex | B0 | 66 | DC | 14 | 36 | 0 | E | 116 | 3F | 3F |
| Octal | 260 | 146 | 334 | 24 | 66 | 0 | 16 | 426 | 77 | 77 |
| Binary | 10110000 | 1100110 | 11011100 | 10100 | 110110 | 0 | 1110 | 100010110 | 111111 | 111111 |
Color Harmonies of #B066DC
Complementary color
Monochromatic Colors of #B066DC
Black with #B066DC
Text Example
Text Example
White with #B066DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B066DC; }
p { color: rgb(176,102,220); }
H1.HeaderClassName
{
color: #B066DC;
}
.AnyTagClassName
{
color: #B066DC;
}
</style>
background-color css
<style>
a { background-color: #B066DC; }
a { background-color: rgb(176,102,220); }
div.DivClassName
{
background-color: #B066DC;
}
.BgClassName
{
background-color: #B066DC;
}
</style>
border-color css
<style>
span { border-color: #B066DC; }
span { border-color: rgb(176,102,220); }
td.TdClassName
{
border-color: #B066DC;
}
.TagClassName
{
border-color: #B066DC;
}
</style>