Shades of Medium Orchid #BB43EC
Tints of Medium Orchid #BB43EC
RGB
CMYK
RGB Variations
Color information
#BB43EC (or 0xBB43EC) is known color: Medium Orchid. HEX triplet: BB, 43 and EC. RGB value is (187,67,236). Sum of RGB (Red+Green+Blue) = 187+67+236=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 67 (26.56% from 255 or 13.67% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB43EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB43EC is #44BC13. Grayscale: #797979. Windows color (decimal): -4504596 or 15483835. OLE color: 15483835.
HSL color Cylindrical-coordinate representation of color #BB43EC: hue angle of 282.6º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB43EC is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 67 | 236 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.07 |
| HSL | 282.6º | 0.82% | 0.59% | - |
| HSV(B) | 282.6º | 0.72% | 0.93% | - |
| XYZ | 37.64 | 20.64 | 81.36 | - |
| YUV | 122.15 | 192.26 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 236 | 0.21 | 0.72 | 0 | 0.07 | 282.6 | 0.82 | 0.59 |
| Hex | BB | 43 | EC | 15 | 48 | 0 | 7 | 11B | 52 | 3B |
| Octal | 273 | 103 | 354 | 25 | 110 | 0 | 7 | 433 | 122 | 73 |
| Binary | 10111011 | 1000011 | 11101100 | 10101 | 1001000 | 0 | 111 | 100011011 | 1010010 | 111011 |
Color Harmonies of #BB43EC
Complementary color
Monochromatic Colors of #BB43EC
Black with #BB43EC
Text Example
Text Example
White with #BB43EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB43EC; }
p { color: rgb(187,67,236); }
H1.HeaderClassName
{
color: #BB43EC;
}
.AnyTagClassName
{
color: #BB43EC;
}
</style>
background-color css
<style>
a { background-color: #BB43EC; }
a { background-color: rgb(187,67,236); }
div.DivClassName
{
background-color: #BB43EC;
}
.BgClassName
{
background-color: #BB43EC;
}
</style>
border-color css
<style>
span { border-color: #BB43EC; }
span { border-color: rgb(187,67,236); }
td.TdClassName
{
border-color: #BB43EC;
}
.TagClassName
{
border-color: #BB43EC;
}
</style>