Shades of Medium Orchid #BB46CE
Tints of Medium Orchid #BB46CE
RGB
CMYK
RGB Variations
Color information
#BB46CE (or 0xBB46CE) is known color: Medium Orchid. HEX triplet: BB, 46 and CE. RGB value is (187,70,206). Sum of RGB (Red+Green+Blue) = 187+70+206=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB46CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB46CE is #44B931. Grayscale: #787878. Windows color (decimal): -4503858 or 13518523. OLE color: 13518523.
HSL color Cylindrical-coordinate representation of color #BB46CE: hue angle of 291.62º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB46CE is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 70 | 206 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.19 |
| HSL | 291.62º | 0.58% | 0.54% | - |
| HSV(B) | 291.62º | 0.66% | 0.81% | - |
| XYZ | 33.82 | 19.4 | 60.35 | - |
| YUV | 120.49 | 176.26 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 206 | 0.09 | 0.66 | 0 | 0.19 | 291.62 | 0.58 | 0.54 |
| Hex | BB | 46 | CE | 9 | 42 | 0 | 13 | 124 | 3A | 36 |
| Octal | 273 | 106 | 316 | 11 | 102 | 0 | 23 | 444 | 72 | 66 |
| Binary | 10111011 | 1000110 | 11001110 | 1001 | 1000010 | 0 | 10011 | 100100100 | 111010 | 110110 |
Color Harmonies of #BB46CE
Complementary color
Monochromatic Colors of #BB46CE
Black with #BB46CE
Text Example
Text Example
White with #BB46CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB46CE; }
p { color: rgb(187,70,206); }
H1.HeaderClassName
{
color: #BB46CE;
}
.AnyTagClassName
{
color: #BB46CE;
}
</style>
background-color css
<style>
a { background-color: #BB46CE; }
a { background-color: rgb(187,70,206); }
div.DivClassName
{
background-color: #BB46CE;
}
.BgClassName
{
background-color: #BB46CE;
}
</style>
border-color css
<style>
span { border-color: #BB46CE; }
span { border-color: rgb(187,70,206); }
td.TdClassName
{
border-color: #BB46CE;
}
.TagClassName
{
border-color: #BB46CE;
}
</style>