Shades of Medium Orchid #B066CC
Tints of Medium Orchid #B066CC
RGB
CMYK
RGB Variations
Color information
#B066CC (or 0xB066CC) is known color: Medium Orchid. HEX triplet: B0, 66 and CC. RGB value is (176,102,204). Sum of RGB (Red+Green+Blue) = 176+102+204=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #B066CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066CC is #4F9933. Grayscale: #878787. Windows color (decimal): -5216564 or 13395632. OLE color: 13395632.
HSL color Cylindrical-coordinate representation of color #B066CC: hue angle of 283.53º degrees, saturation: 0.5, 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 #B066CC is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 102 | 204 | - |
| CMYK | 0.14 | 0.5 | 0 | 0.2 |
| HSL | 283.53º | 0.5% | 0.6% | - |
| HSV(B) | 283.53º | 0.5% | 0.8% | - |
| XYZ | 33.55 | 23.09 | 59.82 | - |
| YUV | 135.75 | 166.52 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 204 | 0.14 | 0.5 | 0 | 0.2 | 283.53 | 0.5 | 0.6 |
| Hex | B0 | 66 | CC | E | 32 | 0 | 14 | 11C | 32 | 3C |
| Octal | 260 | 146 | 314 | 16 | 62 | 0 | 24 | 434 | 62 | 74 |
| Binary | 10110000 | 1100110 | 11001100 | 1110 | 110010 | 0 | 10100 | 100011100 | 110010 | 111100 |
Color Harmonies of #B066CC
Complementary color
Monochromatic Colors of #B066CC
Black with #B066CC
Text Example
Text Example
White with #B066CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B066CC; }
p { color: rgb(176,102,204); }
H1.HeaderClassName
{
color: #B066CC;
}
.AnyTagClassName
{
color: #B066CC;
}
</style>
background-color css
<style>
a { background-color: #B066CC; }
a { background-color: rgb(176,102,204); }
div.DivClassName
{
background-color: #B066CC;
}
.BgClassName
{
background-color: #B066CC;
}
</style>
border-color css
<style>
span { border-color: #B066CC; }
span { border-color: rgb(176,102,204); }
td.TdClassName
{
border-color: #B066CC;
}
.TagClassName
{
border-color: #B066CC;
}
</style>