Shades of Medium Orchid #BB6CCC
Tints of Medium Orchid #BB6CCC
RGB
CMYK
RGB Variations
Color information
#BB6CCC (or 0xBB6CCC) is known color: Medium Orchid. HEX triplet: BB, 6C and CC. RGB value is (187,108,204). Sum of RGB (Red+Green+Blue) = 187+108+204=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB6CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CCC is #449333. Grayscale: #8E8E8E. Windows color (decimal): -4494132 or 13397179. OLE color: 13397179.
HSL color Cylindrical-coordinate representation of color #BB6CCC: hue angle of 289.38º 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 #BB6CCC is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 108 | 204 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.2 |
| HSL | 289.38º | 0.48% | 0.61% | - |
| HSV(B) | 289.38º | 0.47% | 0.8% | - |
| XYZ | 36.76 | 25.65 | 60.14 | - |
| YUV | 142.57 | 162.67 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 204 | 0.08 | 0.47 | 0 | 0.2 | 289.38 | 0.48 | 0.61 |
| Hex | BB | 6C | CC | 8 | 2F | 0 | 14 | 121 | 30 | 3D |
| Octal | 273 | 154 | 314 | 10 | 57 | 0 | 24 | 441 | 60 | 75 |
| Binary | 10111011 | 1101100 | 11001100 | 1000 | 101111 | 0 | 10100 | 100100001 | 110000 | 111101 |
Color Harmonies of #BB6CCC
Complementary color
Monochromatic Colors of #BB6CCC
Black with #BB6CCC
Text Example
Text Example
White with #BB6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6CCC; }
p { color: rgb(187,108,204); }
H1.HeaderClassName
{
color: #BB6CCC;
}
.AnyTagClassName
{
color: #BB6CCC;
}
</style>
background-color css
<style>
a { background-color: #BB6CCC; }
a { background-color: rgb(187,108,204); }
div.DivClassName
{
background-color: #BB6CCC;
}
.BgClassName
{
background-color: #BB6CCC;
}
</style>
border-color css
<style>
span { border-color: #BB6CCC; }
span { border-color: rgb(187,108,204); }
td.TdClassName
{
border-color: #BB6CCC;
}
.TagClassName
{
border-color: #BB6CCC;
}
</style>