Shades of Medium Orchid #BB54CD
Tints of Medium Orchid #BB54CD
RGB
CMYK
RGB Variations
Color information
#BB54CD (or 0xBB54CD) is known color: Medium Orchid. HEX triplet: BB, 54 and CD. RGB value is (187,84,205). Sum of RGB (Red+Green+Blue) = 187+84+205=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB54CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB54CD is #44AB32. Grayscale: #808080. Windows color (decimal): -4500275 or 13456571. OLE color: 13456571.
HSL color Cylindrical-coordinate representation of color #BB54CD: hue angle of 291.07º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB54CD is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 84 | 205 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.20 |
| HSL | 291.07º | 0.55% | 0.57% | - |
| HSV(B) | 291.07º | 0.59% | 0.8% | - |
| XYZ | 34.68 | 21.31 | 60.04 | - |
| YUV | 128.59 | 171.12 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 84 | 205 | 0.09 | 0.59 | 0 | 0.20 | 291.07 | 0.55 | 0.57 |
| Hex | BB | 54 | CD | 9 | 3B | 0 | 14 | 123 | 37 | 39 |
| Octal | 273 | 124 | 315 | 11 | 73 | 0 | 24 | 443 | 67 | 71 |
| Binary | 10111011 | 1010100 | 11001101 | 1001 | 111011 | 0 | 10100 | 100100011 | 110111 | 111001 |
Color Harmonies of #BB54CD
Complementary color
Monochromatic Colors of #BB54CD
Black with #BB54CD
Text Example
Text Example
White with #BB54CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB54CD; }
p { color: rgb(187,84,205); }
H1.HeaderClassName
{
color: #BB54CD;
}
.AnyTagClassName
{
color: #BB54CD;
}
</style>
background-color css
<style>
a { background-color: #BB54CD; }
a { background-color: rgb(187,84,205); }
div.DivClassName
{
background-color: #BB54CD;
}
.BgClassName
{
background-color: #BB54CD;
}
</style>
border-color css
<style>
span { border-color: #BB54CD; }
span { border-color: rgb(187,84,205); }
td.TdClassName
{
border-color: #BB54CD;
}
.TagClassName
{
border-color: #BB54CD;
}
</style>