Shades of Medium Orchid #B06BCC
Tints of Medium Orchid #B06BCC
RGB
CMYK
RGB Variations
Color information
#B06BCC (or 0xB06BCC) is known color: Medium Orchid. HEX triplet: B0, 6B and CC. RGB value is (176,107,204). Sum of RGB (Red+Green+Blue) = 176+107+204=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #B06BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06BCC is #4F9433. Grayscale: #8A8A8A. Windows color (decimal): -5215284 or 13396912. OLE color: 13396912.
HSL color Cylindrical-coordinate representation of color #B06BCC: hue angle of 282.68º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B06BCC is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 107 | 204 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.2 |
| HSL | 282.68º | 0.49% | 0.61% | - |
| HSV(B) | 282.68º | 0.48% | 0.8% | - |
| XYZ | 34.06 | 24.11 | 59.98 | - |
| YUV | 138.69 | 164.86 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 204 | 0.14 | 0.48 | 0 | 0.2 | 282.68 | 0.49 | 0.61 |
| Hex | B0 | 6B | CC | E | 30 | 0 | 14 | 11B | 31 | 3D |
| Octal | 260 | 153 | 314 | 16 | 60 | 0 | 24 | 433 | 61 | 75 |
| Binary | 10110000 | 1101011 | 11001100 | 1110 | 110000 | 0 | 10100 | 100011011 | 110001 | 111101 |
Color Harmonies of #B06BCC
Complementary color
Monochromatic Colors of #B06BCC
Black with #B06BCC
Text Example
Text Example
White with #B06BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06BCC; }
p { color: rgb(176,107,204); }
H1.HeaderClassName
{
color: #B06BCC;
}
.AnyTagClassName
{
color: #B06BCC;
}
</style>
background-color css
<style>
a { background-color: #B06BCC; }
a { background-color: rgb(176,107,204); }
div.DivClassName
{
background-color: #B06BCC;
}
.BgClassName
{
background-color: #B06BCC;
}
</style>
border-color css
<style>
span { border-color: #B06BCC; }
span { border-color: rgb(176,107,204); }
td.TdClassName
{
border-color: #B06BCC;
}
.TagClassName
{
border-color: #B06BCC;
}
</style>