Shades of Medium Orchid #BB4ECE
Tints of Medium Orchid #BB4ECE
RGB
CMYK
RGB Variations
Color information
#BB4ECE (or 0xBB4ECE) is known color: Medium Orchid. HEX triplet: BB, 4E and CE. RGB value is (187,78,206). Sum of RGB (Red+Green+Blue) = 187+78+206=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB4ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4ECE is #44B131. Grayscale: #7C7C7C. Windows color (decimal): -4501810 or 13520571. OLE color: 13520571.
HSL color Cylindrical-coordinate representation of color #BB4ECE: hue angle of 291.09º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB4ECE is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 78 | 206 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.19 |
| HSL | 291.09º | 0.57% | 0.56% | - |
| HSV(B) | 291.09º | 0.62% | 0.81% | - |
| XYZ | 34.36 | 20.47 | 60.53 | - |
| YUV | 125.18 | 173.61 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 206 | 0.09 | 0.62 | 0 | 0.19 | 291.09 | 0.57 | 0.56 |
| Hex | BB | 4E | CE | 9 | 3E | 0 | 13 | 123 | 39 | 38 |
| Octal | 273 | 116 | 316 | 11 | 76 | 0 | 23 | 443 | 71 | 70 |
| Binary | 10111011 | 1001110 | 11001110 | 1001 | 111110 | 0 | 10011 | 100100011 | 111001 | 111000 |
Color Harmonies of #BB4ECE
Complementary color
Monochromatic Colors of #BB4ECE
Black with #BB4ECE
Text Example
Text Example
White with #BB4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4ECE; }
p { color: rgb(187,78,206); }
H1.HeaderClassName
{
color: #BB4ECE;
}
.AnyTagClassName
{
color: #BB4ECE;
}
</style>
background-color css
<style>
a { background-color: #BB4ECE; }
a { background-color: rgb(187,78,206); }
div.DivClassName
{
background-color: #BB4ECE;
}
.BgClassName
{
background-color: #BB4ECE;
}
</style>
border-color css
<style>
span { border-color: #BB4ECE; }
span { border-color: rgb(187,78,206); }
td.TdClassName
{
border-color: #BB4ECE;
}
.TagClassName
{
border-color: #BB4ECE;
}
</style>