Shades of Medium Orchid #B066CB
Tints of Medium Orchid #B066CB
RGB
CMYK
RGB Variations
Color information
#B066CB (or 0xB066CB) is known color: Medium Orchid. HEX triplet: B0, 66 and CB. RGB value is (176,102,203). Sum of RGB (Red+Green+Blue) = 176+102+203=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #B066CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066CB is #4F9934. Grayscale: #878787. Windows color (decimal): -5216565 or 13330096. OLE color: 13330096.
HSL color Cylindrical-coordinate representation of color #B066CB: hue angle of 283.96º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B066CB is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 102 | 203 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.20 |
| HSL | 283.96º | 0.49% | 0.6% | - |
| HSV(B) | 283.96º | 0.5% | 0.8% | - |
| XYZ | 33.44 | 23.04 | 59.19 | - |
| YUV | 135.64 | 166.02 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 203 | 0.13 | 0.50 | 0 | 0.20 | 283.96 | 0.49 | 0.6 |
| Hex | B0 | 66 | CB | D | 32 | 0 | 14 | 11C | 31 | 3C |
| Octal | 260 | 146 | 313 | 15 | 62 | 0 | 24 | 434 | 61 | 74 |
| Binary | 10110000 | 1100110 | 11001011 | 1101 | 110010 | 0 | 10100 | 100011100 | 110001 | 111100 |
Color Harmonies of #B066CB
Complementary color
Monochromatic Colors of #B066CB
Black with #B066CB
Text Example
Text Example
White with #B066CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B066CB; }
p { color: rgb(176,102,203); }
H1.HeaderClassName
{
color: #B066CB;
}
.AnyTagClassName
{
color: #B066CB;
}
</style>
background-color css
<style>
a { background-color: #B066CB; }
a { background-color: rgb(176,102,203); }
div.DivClassName
{
background-color: #B066CB;
}
.BgClassName
{
background-color: #B066CB;
}
</style>
border-color css
<style>
span { border-color: #B066CB; }
span { border-color: rgb(176,102,203); }
td.TdClassName
{
border-color: #B066CB;
}
.TagClassName
{
border-color: #B066CB;
}
</style>