Shades of Medium Orchid #BB4CE3
Tints of Medium Orchid #BB4CE3
RGB
CMYK
RGB Variations
Color information
#BB4CE3 (or 0xBB4CE3) is known color: Medium Orchid. HEX triplet: BB, 4C and E3. RGB value is (187,76,227). Sum of RGB (Red+Green+Blue) = 187+76+227=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 227 (89.06% from 255 or 46.33% from 490); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB4CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4CE3 is #44B31C. Grayscale: #7D7D7D. Windows color (decimal): -4502301 or 14896315. OLE color: 14896315.
HSL color Cylindrical-coordinate representation of color #BB4CE3: hue angle of 284.11º 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 #BB4CE3 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 76 | 227 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.11 |
| HSL | 284.11º | 0.73% | 0.59% | - |
| HSV(B) | 284.11º | 0.67% | 0.89% | - |
| XYZ | 36.94 | 21.28 | 74.83 | - |
| YUV | 126.4 | 184.77 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 227 | 0.18 | 0.67 | 0 | 0.11 | 284.11 | 0.73 | 0.59 |
| Hex | BB | 4C | E3 | 12 | 43 | 0 | B | 11C | 49 | 3B |
| Octal | 273 | 114 | 343 | 22 | 103 | 0 | 13 | 434 | 111 | 73 |
| Binary | 10111011 | 1001100 | 11100011 | 10010 | 1000011 | 0 | 1011 | 100011100 | 1001001 | 111011 |
Color Harmonies of #BB4CE3
Complementary color
Monochromatic Colors of #BB4CE3
Black with #BB4CE3
Text Example
Text Example
White with #BB4CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4CE3; }
p { color: rgb(187,76,227); }
H1.HeaderClassName
{
color: #BB4CE3;
}
.AnyTagClassName
{
color: #BB4CE3;
}
</style>
background-color css
<style>
a { background-color: #BB4CE3; }
a { background-color: rgb(187,76,227); }
div.DivClassName
{
background-color: #BB4CE3;
}
.BgClassName
{
background-color: #BB4CE3;
}
</style>
border-color css
<style>
span { border-color: #BB4CE3; }
span { border-color: rgb(187,76,227); }
td.TdClassName
{
border-color: #BB4CE3;
}
.TagClassName
{
border-color: #BB4CE3;
}
</style>