Shades of Medium Orchid #BB55CC
Tints of Medium Orchid #BB55CC
RGB
CMYK
RGB Variations
Color information
#BB55CC (or 0xBB55CC) is known color: Medium Orchid. HEX triplet: BB, 55 and CC. RGB value is (187,85,204). Sum of RGB (Red+Green+Blue) = 187+85+204=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB55CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB55CC is #44AA33. Grayscale: #808080. Windows color (decimal): -4500020 or 13391291. OLE color: 13391291.
HSL color Cylindrical-coordinate representation of color #BB55CC: hue angle of 291.43º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB55CC is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 85 | 204 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.2 |
| HSL | 291.43º | 0.54% | 0.57% | - |
| HSV(B) | 291.43º | 0.58% | 0.8% | - |
| XYZ | 34.64 | 21.42 | 59.44 | - |
| YUV | 129.06 | 170.29 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 204 | 0.08 | 0.58 | 0 | 0.2 | 291.43 | 0.54 | 0.57 |
| Hex | BB | 55 | CC | 8 | 3A | 0 | 14 | 123 | 36 | 39 |
| Octal | 273 | 125 | 314 | 10 | 72 | 0 | 24 | 443 | 66 | 71 |
| Binary | 10111011 | 1010101 | 11001100 | 1000 | 111010 | 0 | 10100 | 100100011 | 110110 | 111001 |
Color Harmonies of #BB55CC
Complementary color
Monochromatic Colors of #BB55CC
Black with #BB55CC
Text Example
Text Example
White with #BB55CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB55CC; }
p { color: rgb(187,85,204); }
H1.HeaderClassName
{
color: #BB55CC;
}
.AnyTagClassName
{
color: #BB55CC;
}
</style>
background-color css
<style>
a { background-color: #BB55CC; }
a { background-color: rgb(187,85,204); }
div.DivClassName
{
background-color: #BB55CC;
}
.BgClassName
{
background-color: #BB55CC;
}
</style>
border-color css
<style>
span { border-color: #BB55CC; }
span { border-color: rgb(187,85,204); }
td.TdClassName
{
border-color: #BB55CC;
}
.TagClassName
{
border-color: #BB55CC;
}
</style>