Shades of Medium Orchid #B66DCC
Tints of Medium Orchid #B66DCC
RGB
CMYK
RGB Variations
Color information
#B66DCC (or 0xB66DCC) is known color: Medium Orchid. HEX triplet: B6, 6D and CC. RGB value is (182,109,204). Sum of RGB (Red+Green+Blue) = 182+109+204=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #B66DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66DCC is #499233. Grayscale: #8D8D8D. Windows color (decimal): -4821556 or 13397430. OLE color: 13397430.
HSL color Cylindrical-coordinate representation of color #B66DCC: hue angle of 286.11º 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 #B66DCC is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 109 | 204 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.2 |
| HSL | 286.11º | 0.48% | 0.61% | - |
| HSV(B) | 286.11º | 0.47% | 0.8% | - |
| XYZ | 35.66 | 25.24 | 60.12 | - |
| YUV | 141.66 | 163.18 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 109 | 204 | 0.11 | 0.47 | 0 | 0.2 | 286.11 | 0.48 | 0.61 |
| Hex | B6 | 6D | CC | B | 2F | 0 | 14 | 11E | 30 | 3D |
| Octal | 266 | 155 | 314 | 13 | 57 | 0 | 24 | 436 | 60 | 75 |
| Binary | 10110110 | 1101101 | 11001100 | 1011 | 101111 | 0 | 10100 | 100011110 | 110000 | 111101 |
Color Harmonies of #B66DCC
Complementary color
Monochromatic Colors of #B66DCC
Black with #B66DCC
Text Example
Text Example
White with #B66DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66DCC; }
p { color: rgb(182,109,204); }
H1.HeaderClassName
{
color: #B66DCC;
}
.AnyTagClassName
{
color: #B66DCC;
}
</style>
background-color css
<style>
a { background-color: #B66DCC; }
a { background-color: rgb(182,109,204); }
div.DivClassName
{
background-color: #B66DCC;
}
.BgClassName
{
background-color: #B66DCC;
}
</style>
border-color css
<style>
span { border-color: #B66DCC; }
span { border-color: rgb(182,109,204); }
td.TdClassName
{
border-color: #B66DCC;
}
.TagClassName
{
border-color: #B66DCC;
}
</style>