Shades of Medium Orchid #BB46EE
Tints of Medium Orchid #BB46EE
RGB
CMYK
RGB Variations
Color information
#BB46EE (or 0xBB46EE) is known color: Medium Orchid. HEX triplet: BB, 46 and EE. RGB value is (187,70,238). Sum of RGB (Red+Green+Blue) = 187+70+238=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 70 (27.73% from 255 or 14.14% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB46EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB46EE is #44B911. Grayscale: #7B7B7B. Windows color (decimal): -4503826 or 15615675. OLE color: 15615675.
HSL color Cylindrical-coordinate representation of color #BB46EE: hue angle of 281.79º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB46EE is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 70 | 238 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.07 |
| HSL | 281.79º | 0.83% | 0.6% | - |
| HSV(B) | 281.79º | 0.71% | 0.93% | - |
| XYZ | 38.12 | 21.12 | 82.96 | - |
| YUV | 124.14 | 192.26 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 238 | 0.21 | 0.71 | 0 | 0.07 | 281.79 | 0.83 | 0.6 |
| Hex | BB | 46 | EE | 15 | 47 | 0 | 7 | 11A | 53 | 3C |
| Octal | 273 | 106 | 356 | 25 | 107 | 0 | 7 | 432 | 123 | 74 |
| Binary | 10111011 | 1000110 | 11101110 | 10101 | 1000111 | 0 | 111 | 100011010 | 1010011 | 111100 |
Color Harmonies of #BB46EE
Complementary color
Monochromatic Colors of #BB46EE
Black with #BB46EE
Text Example
Text Example
White with #BB46EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB46EE; }
p { color: rgb(187,70,238); }
H1.HeaderClassName
{
color: #BB46EE;
}
.AnyTagClassName
{
color: #BB46EE;
}
</style>
background-color css
<style>
a { background-color: #BB46EE; }
a { background-color: rgb(187,70,238); }
div.DivClassName
{
background-color: #BB46EE;
}
.BgClassName
{
background-color: #BB46EE;
}
</style>
border-color css
<style>
span { border-color: #BB46EE; }
span { border-color: rgb(187,70,238); }
td.TdClassName
{
border-color: #BB46EE;
}
.TagClassName
{
border-color: #BB46EE;
}
</style>