Shades of Medium Orchid #BB4ACE
Tints of Medium Orchid #BB4ACE
RGB
CMYK
RGB Variations
Color information
#BB4ACE (or 0xBB4ACE) is known color: Medium Orchid. HEX triplet: BB, 4A and CE. RGB value is (187,74,206). Sum of RGB (Red+Green+Blue) = 187+74+206=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB4ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4ACE is #44B531. Grayscale: #7A7A7A. Windows color (decimal): -4502834 or 13519547. OLE color: 13519547.
HSL color Cylindrical-coordinate representation of color #BB4ACE: hue angle of 291.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4ACE is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 74 | 206 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.19 |
| HSL | 291.36º | 0.57% | 0.55% | - |
| HSV(B) | 291.36º | 0.64% | 0.81% | - |
| XYZ | 34.08 | 19.92 | 60.44 | - |
| YUV | 122.84 | 174.94 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 206 | 0.09 | 0.64 | 0 | 0.19 | 291.36 | 0.57 | 0.55 |
| Hex | BB | 4A | CE | 9 | 40 | 0 | 13 | 123 | 39 | 37 |
| Octal | 273 | 112 | 316 | 11 | 100 | 0 | 23 | 443 | 71 | 67 |
| Binary | 10111011 | 1001010 | 11001110 | 1001 | 1000000 | 0 | 10011 | 100100011 | 111001 | 110111 |
Color Harmonies of #BB4ACE
Complementary color
Monochromatic Colors of #BB4ACE
Black with #BB4ACE
Text Example
Text Example
White with #BB4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4ACE; }
p { color: rgb(187,74,206); }
H1.HeaderClassName
{
color: #BB4ACE;
}
.AnyTagClassName
{
color: #BB4ACE;
}
</style>
background-color css
<style>
a { background-color: #BB4ACE; }
a { background-color: rgb(187,74,206); }
div.DivClassName
{
background-color: #BB4ACE;
}
.BgClassName
{
background-color: #BB4ACE;
}
</style>
border-color css
<style>
span { border-color: #BB4ACE; }
span { border-color: rgb(187,74,206); }
td.TdClassName
{
border-color: #BB4ACE;
}
.TagClassName
{
border-color: #BB4ACE;
}
</style>