Shades of Medium Orchid #BB43CE
Tints of Medium Orchid #BB43CE
RGB
CMYK
RGB Variations
Color information
#BB43CE (or 0xBB43CE) is known color: Medium Orchid. HEX triplet: BB, 43 and CE. RGB value is (187,67,206). Sum of RGB (Red+Green+Blue) = 187+67+206=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 67 (26.56% from 255 or 14.57% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB43CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB43CE is #44BC31. Grayscale: #767676. Windows color (decimal): -4504626 or 13517755. OLE color: 13517755.
HSL color Cylindrical-coordinate representation of color #BB43CE: hue angle of 291.8º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB43CE is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 67 | 206 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.19 |
| HSL | 291.8º | 0.59% | 0.54% | - |
| HSV(B) | 291.8º | 0.67% | 0.81% | - |
| XYZ | 33.64 | 19.04 | 60.29 | - |
| YUV | 118.73 | 177.26 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 206 | 0.09 | 0.67 | 0 | 0.19 | 291.8 | 0.59 | 0.54 |
| Hex | BB | 43 | CE | 9 | 43 | 0 | 13 | 124 | 3B | 36 |
| Octal | 273 | 103 | 316 | 11 | 103 | 0 | 23 | 444 | 73 | 66 |
| Binary | 10111011 | 1000011 | 11001110 | 1001 | 1000011 | 0 | 10011 | 100100100 | 111011 | 110110 |
Color Harmonies of #BB43CE
Complementary color
Monochromatic Colors of #BB43CE
Black with #BB43CE
Text Example
Text Example
White with #BB43CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB43CE; }
p { color: rgb(187,67,206); }
H1.HeaderClassName
{
color: #BB43CE;
}
.AnyTagClassName
{
color: #BB43CE;
}
</style>
background-color css
<style>
a { background-color: #BB43CE; }
a { background-color: rgb(187,67,206); }
div.DivClassName
{
background-color: #BB43CE;
}
.BgClassName
{
background-color: #BB43CE;
}
</style>
border-color css
<style>
span { border-color: #BB43CE; }
span { border-color: rgb(187,67,206); }
td.TdClassName
{
border-color: #BB43CE;
}
.TagClassName
{
border-color: #BB43CE;
}
</style>