Shades of Medium Orchid #BB4CD5
Tints of Medium Orchid #BB4CD5
RGB
CMYK
RGB Variations
Color information
#BB4CD5 (or 0xBB4CD5) is known color: Medium Orchid. HEX triplet: BB, 4C and D5. RGB value is (187,76,213). Sum of RGB (Red+Green+Blue) = 187+76+213=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB4CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4CD5 is #44B32A. Grayscale: #7C7C7C. Windows color (decimal): -4502315 or 13978811. OLE color: 13978811.
HSL color Cylindrical-coordinate representation of color #BB4CD5: hue angle of 288.61º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4CD5 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 76 | 213 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.16 |
| HSL | 288.61º | 0.62% | 0.57% | - |
| HSV(B) | 288.61º | 0.64% | 0.84% | - |
| XYZ | 35.09 | 20.54 | 65.07 | - |
| YUV | 124.81 | 177.77 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 213 | 0.12 | 0.64 | 0 | 0.16 | 288.61 | 0.62 | 0.57 |
| Hex | BB | 4C | D5 | C | 40 | 0 | 10 | 121 | 3E | 39 |
| Octal | 273 | 114 | 325 | 14 | 100 | 0 | 20 | 441 | 76 | 71 |
| Binary | 10111011 | 1001100 | 11010101 | 1100 | 1000000 | 0 | 10000 | 100100001 | 111110 | 111001 |
Color Harmonies of #BB4CD5
Complementary color
Monochromatic Colors of #BB4CD5
Black with #BB4CD5
Text Example
Text Example
White with #BB4CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4CD5; }
p { color: rgb(187,76,213); }
H1.HeaderClassName
{
color: #BB4CD5;
}
.AnyTagClassName
{
color: #BB4CD5;
}
</style>
background-color css
<style>
a { background-color: #BB4CD5; }
a { background-color: rgb(187,76,213); }
div.DivClassName
{
background-color: #BB4CD5;
}
.BgClassName
{
background-color: #BB4CD5;
}
</style>
border-color css
<style>
span { border-color: #BB4CD5; }
span { border-color: rgb(187,76,213); }
td.TdClassName
{
border-color: #BB4CD5;
}
.TagClassName
{
border-color: #BB4CD5;
}
</style>