Shades of Medium Orchid #BB4ACD
Tints of Medium Orchid #BB4ACD
RGB
CMYK
RGB Variations
Color information
#BB4ACD (or 0xBB4ACD) is known color: Medium Orchid. HEX triplet: BB, 4A and CD. RGB value is (187,74,205). Sum of RGB (Red+Green+Blue) = 187+74+205=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB4ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4ACD is #44B532. Grayscale: #7A7A7A. Windows color (decimal): -4502835 or 13454011. OLE color: 13454011.
HSL color Cylindrical-coordinate representation of color #BB4ACD: hue angle of 291.76º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4ACD is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 74 | 205 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.20 |
| HSL | 291.76º | 0.57% | 0.55% | - |
| HSV(B) | 291.76º | 0.64% | 0.8% | - |
| XYZ | 33.96 | 19.87 | 59.8 | - |
| YUV | 122.72 | 174.44 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 205 | 0.09 | 0.64 | 0 | 0.20 | 291.76 | 0.57 | 0.55 |
| Hex | BB | 4A | CD | 9 | 40 | 0 | 14 | 124 | 39 | 37 |
| Octal | 273 | 112 | 315 | 11 | 100 | 0 | 24 | 444 | 71 | 67 |
| Binary | 10111011 | 1001010 | 11001101 | 1001 | 1000000 | 0 | 10100 | 100100100 | 111001 | 110111 |
Color Harmonies of #BB4ACD
Complementary color
Monochromatic Colors of #BB4ACD
Black with #BB4ACD
Text Example
Text Example
White with #BB4ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4ACD; }
p { color: rgb(187,74,205); }
H1.HeaderClassName
{
color: #BB4ACD;
}
.AnyTagClassName
{
color: #BB4ACD;
}
</style>
background-color css
<style>
a { background-color: #BB4ACD; }
a { background-color: rgb(187,74,205); }
div.DivClassName
{
background-color: #BB4ACD;
}
.BgClassName
{
background-color: #BB4ACD;
}
</style>
border-color css
<style>
span { border-color: #BB4ACD; }
span { border-color: rgb(187,74,205); }
td.TdClassName
{
border-color: #BB4ACD;
}
.TagClassName
{
border-color: #BB4ACD;
}
</style>