Shades of Medium Orchid #BB37F9
Tints of Medium Orchid #BB37F9
RGB
CMYK
RGB Variations
Color information
#BB37F9 (or 0xBB37F9) is known color: Medium Orchid. HEX triplet: BB, 37 and F9. RGB value is (187,55,249). Sum of RGB (Red+Green+Blue) = 187+55+249=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 55 (21.88% from 255 or 11.20% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB37F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB37F9 is #44C806. Grayscale: #737373. Windows color (decimal): -4507655 or 16332731. OLE color: 16332731.
HSL color Cylindrical-coordinate representation of color #BB37F9: hue angle of 280.82º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB37F9 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 55 | 249 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.02 |
| HSL | 280.82º | 0.94% | 0.6% | - |
| HSV(B) | 280.82º | 0.78% | 0.98% | - |
| XYZ | 38.96 | 20.14 | 91.46 | - |
| YUV | 116.58 | 202.73 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 249 | 0.25 | 0.78 | 0 | 0.02 | 280.82 | 0.94 | 0.6 |
| Hex | BB | 37 | F9 | 19 | 4E | 0 | 2 | 119 | 5E | 3C |
| Octal | 273 | 67 | 371 | 31 | 116 | 0 | 2 | 431 | 136 | 74 |
| Binary | 10111011 | 110111 | 11111001 | 11001 | 1001110 | 0 | 10 | 100011001 | 1011110 | 111100 |
Color Harmonies of #BB37F9
Complementary color
Monochromatic Colors of #BB37F9
Black with #BB37F9
Text Example
Text Example
White with #BB37F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB37F9; }
p { color: rgb(187,55,249); }
H1.HeaderClassName
{
color: #BB37F9;
}
.AnyTagClassName
{
color: #BB37F9;
}
</style>
background-color css
<style>
a { background-color: #BB37F9; }
a { background-color: rgb(187,55,249); }
div.DivClassName
{
background-color: #BB37F9;
}
.BgClassName
{
background-color: #BB37F9;
}
</style>
border-color css
<style>
span { border-color: #BB37F9; }
span { border-color: rgb(187,55,249); }
td.TdClassName
{
border-color: #BB37F9;
}
.TagClassName
{
border-color: #BB37F9;
}
</style>