Shades of Medium Orchid #B66CCC
Tints of Medium Orchid #B66CCC
RGB
CMYK
RGB Variations
Color information
#B66CCC (or 0xB66CCC) is known color: Medium Orchid. HEX triplet: B6, 6C and CC. RGB value is (182,108,204). Sum of RGB (Red+Green+Blue) = 182+108+204=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #B66CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66CCC is #499333. Grayscale: #8C8C8C. Windows color (decimal): -4821812 or 13397174. OLE color: 13397174.
HSL color Cylindrical-coordinate representation of color #B66CCC: hue angle of 286.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B66CCC is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 108 | 204 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.2 |
| HSL | 286.25º | 0.48% | 0.61% | - |
| HSV(B) | 286.25º | 0.47% | 0.8% | - |
| XYZ | 35.55 | 25.03 | 60.08 | - |
| YUV | 141.07 | 163.52 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 108 | 204 | 0.11 | 0.47 | 0 | 0.2 | 286.25 | 0.48 | 0.61 |
| Hex | B6 | 6C | CC | B | 2F | 0 | 14 | 11E | 30 | 3D |
| Octal | 266 | 154 | 314 | 13 | 57 | 0 | 24 | 436 | 60 | 75 |
| Binary | 10110110 | 1101100 | 11001100 | 1011 | 101111 | 0 | 10100 | 100011110 | 110000 | 111101 |
Color Harmonies of #B66CCC
Complementary color
Monochromatic Colors of #B66CCC
Black with #B66CCC
Text Example
Text Example
White with #B66CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66CCC; }
p { color: rgb(182,108,204); }
H1.HeaderClassName
{
color: #B66CCC;
}
.AnyTagClassName
{
color: #B66CCC;
}
</style>
background-color css
<style>
a { background-color: #B66CCC; }
a { background-color: rgb(182,108,204); }
div.DivClassName
{
background-color: #B66CCC;
}
.BgClassName
{
background-color: #B66CCC;
}
</style>
border-color css
<style>
span { border-color: #B66CCC; }
span { border-color: rgb(182,108,204); }
td.TdClassName
{
border-color: #B66CCC;
}
.TagClassName
{
border-color: #B66CCC;
}
</style>