Shades of Medium Orchid #BB4AE3
Tints of Medium Orchid #BB4AE3
RGB
CMYK
RGB Variations
Color information
#BB4AE3 (or 0xBB4AE3) is known color: Medium Orchid. HEX triplet: BB, 4A and E3. RGB value is (187,74,227). Sum of RGB (Red+Green+Blue) = 187+74+227=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 227 (89.06% from 255 or 46.52% from 488); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB4AE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4AE3 is #44B51C. Grayscale: #7C7C7C. Windows color (decimal): -4502813 or 14895803. OLE color: 14895803.
HSL color Cylindrical-coordinate representation of color #BB4AE3: hue angle of 284.31º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB4AE3 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 74 | 227 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.11 |
| HSL | 284.31º | 0.73% | 0.59% | - |
| HSV(B) | 284.31º | 0.67% | 0.89% | - |
| XYZ | 36.81 | 21.01 | 74.79 | - |
| YUV | 125.23 | 185.44 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 227 | 0.18 | 0.67 | 0 | 0.11 | 284.31 | 0.73 | 0.59 |
| Hex | BB | 4A | E3 | 12 | 43 | 0 | B | 11C | 49 | 3B |
| Octal | 273 | 112 | 343 | 22 | 103 | 0 | 13 | 434 | 111 | 73 |
| Binary | 10111011 | 1001010 | 11100011 | 10010 | 1000011 | 0 | 1011 | 100011100 | 1001001 | 111011 |
Color Harmonies of #BB4AE3
Complementary color
Monochromatic Colors of #BB4AE3
Black with #BB4AE3
Text Example
Text Example
White with #BB4AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4AE3; }
p { color: rgb(187,74,227); }
H1.HeaderClassName
{
color: #BB4AE3;
}
.AnyTagClassName
{
color: #BB4AE3;
}
</style>
background-color css
<style>
a { background-color: #BB4AE3; }
a { background-color: rgb(187,74,227); }
div.DivClassName
{
background-color: #BB4AE3;
}
.BgClassName
{
background-color: #BB4AE3;
}
</style>
border-color css
<style>
span { border-color: #BB4AE3; }
span { border-color: rgb(187,74,227); }
td.TdClassName
{
border-color: #BB4AE3;
}
.TagClassName
{
border-color: #BB4AE3;
}
</style>