Shades of Medium Orchid #BB5CCC
Tints of Medium Orchid #BB5CCC
RGB
CMYK
RGB Variations
Color information
#BB5CCC (or 0xBB5CCC) is known color: Medium Orchid. HEX triplet: BB, 5C and CC. RGB value is (187,92,204). Sum of RGB (Red+Green+Blue) = 187+92+204=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB5CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5CCC is #44A333. Grayscale: #848484. Windows color (decimal): -4498228 or 13393083. OLE color: 13393083.
HSL color Cylindrical-coordinate representation of color #BB5CCC: hue angle of 290.89º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB5CCC is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 92 | 204 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.2 |
| HSL | 290.89º | 0.52% | 0.58% | - |
| HSV(B) | 290.89º | 0.55% | 0.8% | - |
| XYZ | 35.22 | 22.58 | 59.63 | - |
| YUV | 133.17 | 167.97 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 204 | 0.08 | 0.55 | 0 | 0.2 | 290.89 | 0.52 | 0.58 |
| Hex | BB | 5C | CC | 8 | 37 | 0 | 14 | 123 | 34 | 3A |
| Octal | 273 | 134 | 314 | 10 | 67 | 0 | 24 | 443 | 64 | 72 |
| Binary | 10111011 | 1011100 | 11001100 | 1000 | 110111 | 0 | 10100 | 100100011 | 110100 | 111010 |
Color Harmonies of #BB5CCC
Complementary color
Monochromatic Colors of #BB5CCC
Black with #BB5CCC
Text Example
Text Example
White with #BB5CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5CCC; }
p { color: rgb(187,92,204); }
H1.HeaderClassName
{
color: #BB5CCC;
}
.AnyTagClassName
{
color: #BB5CCC;
}
</style>
background-color css
<style>
a { background-color: #BB5CCC; }
a { background-color: rgb(187,92,204); }
div.DivClassName
{
background-color: #BB5CCC;
}
.BgClassName
{
background-color: #BB5CCC;
}
</style>
border-color css
<style>
span { border-color: #BB5CCC; }
span { border-color: rgb(187,92,204); }
td.TdClassName
{
border-color: #BB5CCC;
}
.TagClassName
{
border-color: #BB5CCC;
}
</style>