Shades of Medium Orchid #BB46E7
Tints of Medium Orchid #BB46E7
RGB
CMYK
RGB Variations
Color information
#BB46E7 (or 0xBB46E7) is known color: Medium Orchid. HEX triplet: BB, 46 and E7. RGB value is (187,70,231). Sum of RGB (Red+Green+Blue) = 187+70+231=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 70 (27.73% from 255 or 14.34% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB46E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB46E7 is #44B918. Grayscale: #7A7A7A. Windows color (decimal): -4503833 or 15156923. OLE color: 15156923.
HSL color Cylindrical-coordinate representation of color #BB46E7: hue angle of 283.6º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB46E7 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 70 | 231 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.09 |
| HSL | 283.6º | 0.77% | 0.59% | - |
| HSV(B) | 283.6º | 0.7% | 0.91% | - |
| XYZ | 37.11 | 20.71 | 77.64 | - |
| YUV | 123.34 | 188.76 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 231 | 0.19 | 0.70 | 0 | 0.09 | 283.6 | 0.77 | 0.59 |
| Hex | BB | 46 | E7 | 13 | 46 | 0 | 9 | 11C | 4D | 3B |
| Octal | 273 | 106 | 347 | 23 | 106 | 0 | 11 | 434 | 115 | 73 |
| Binary | 10111011 | 1000110 | 11100111 | 10011 | 1000110 | 0 | 1001 | 100011100 | 1001101 | 111011 |
Color Harmonies of #BB46E7
Complementary color
Monochromatic Colors of #BB46E7
Black with #BB46E7
Text Example
Text Example
White with #BB46E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB46E7; }
p { color: rgb(187,70,231); }
H1.HeaderClassName
{
color: #BB46E7;
}
.AnyTagClassName
{
color: #BB46E7;
}
</style>
background-color css
<style>
a { background-color: #BB46E7; }
a { background-color: rgb(187,70,231); }
div.DivClassName
{
background-color: #BB46E7;
}
.BgClassName
{
background-color: #BB46E7;
}
</style>
border-color css
<style>
span { border-color: #BB46E7; }
span { border-color: rgb(187,70,231); }
td.TdClassName
{
border-color: #BB46E7;
}
.TagClassName
{
border-color: #BB46E7;
}
</style>