Shades of Medium Orchid #BB39E7
Tints of Medium Orchid #BB39E7
RGB
CMYK
RGB Variations
Color information
#BB39E7 (or 0xBB39E7) is known color: Medium Orchid. HEX triplet: BB, 39 and E7. RGB value is (187,57,231). Sum of RGB (Red+Green+Blue) = 187+57+231=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 57 (22.66% from 255 or 12% from 475); Blue value is 231 (90.62% from 255 or 48.63% from 475); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB39E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB39E7 is #44C618. Grayscale: #737373. Windows color (decimal): -4507161 or 15153595. OLE color: 15153595.
HSL color Cylindrical-coordinate representation of color #BB39E7: hue angle of 284.83º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB39E7 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 57 | 231 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.09 |
| HSL | 284.83º | 0.78% | 0.56% | - |
| HSV(B) | 284.83º | 0.75% | 0.91% | - |
| XYZ | 36.38 | 19.26 | 77.4 | - |
| YUV | 115.71 | 193.07 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 231 | 0.19 | 0.75 | 0 | 0.09 | 284.83 | 0.78 | 0.56 |
| Hex | BB | 39 | E7 | 13 | 4B | 0 | 9 | 11D | 4E | 38 |
| Octal | 273 | 71 | 347 | 23 | 113 | 0 | 11 | 435 | 116 | 70 |
| Binary | 10111011 | 111001 | 11100111 | 10011 | 1001011 | 0 | 1001 | 100011101 | 1001110 | 111000 |
Color Harmonies of #BB39E7
Complementary color
Monochromatic Colors of #BB39E7
Black with #BB39E7
Text Example
Text Example
White with #BB39E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB39E7; }
p { color: rgb(187,57,231); }
H1.HeaderClassName
{
color: #BB39E7;
}
.AnyTagClassName
{
color: #BB39E7;
}
</style>
background-color css
<style>
a { background-color: #BB39E7; }
a { background-color: rgb(187,57,231); }
div.DivClassName
{
background-color: #BB39E7;
}
.BgClassName
{
background-color: #BB39E7;
}
</style>
border-color css
<style>
span { border-color: #BB39E7; }
span { border-color: rgb(187,57,231); }
td.TdClassName
{
border-color: #BB39E7;
}
.TagClassName
{
border-color: #BB39E7;
}
</style>