Shades of Medium Orchid #BB37F7
Tints of Medium Orchid #BB37F7
RGB
CMYK
RGB Variations
Color information
#BB37F7 (or 0xBB37F7) is known color: Medium Orchid. HEX triplet: BB, 37 and F7. RGB value is (187,55,247). Sum of RGB (Red+Green+Blue) = 187+55+247=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 55 (21.88% from 255 or 11.25% from 489); Blue value is 247 (96.88% from 255 or 50.51% from 489); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB37F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB37F7 is #44C808. Grayscale: #737373. Windows color (decimal): -4507657 or 16201659. OLE color: 16201659.
HSL color Cylindrical-coordinate representation of color #BB37F7: hue angle of 281.25º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB37F7 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 55 | 247 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.03 |
| HSL | 281.25º | 0.92% | 0.59% | - |
| HSV(B) | 281.25º | 0.78% | 0.97% | - |
| XYZ | 38.65 | 20.01 | 89.82 | - |
| YUV | 116.36 | 201.73 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 247 | 0.24 | 0.78 | 0 | 0.03 | 281.25 | 0.92 | 0.59 |
| Hex | BB | 37 | F7 | 18 | 4E | 0 | 3 | 119 | 5C | 3B |
| Octal | 273 | 67 | 367 | 30 | 116 | 0 | 3 | 431 | 134 | 73 |
| Binary | 10111011 | 110111 | 11110111 | 11000 | 1001110 | 0 | 11 | 100011001 | 1011100 | 111011 |
Color Harmonies of #BB37F7
Complementary color
Monochromatic Colors of #BB37F7
Black with #BB37F7
Text Example
Text Example
White with #BB37F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB37F7; }
p { color: rgb(187,55,247); }
H1.HeaderClassName
{
color: #BB37F7;
}
.AnyTagClassName
{
color: #BB37F7;
}
</style>
background-color css
<style>
a { background-color: #BB37F7; }
a { background-color: rgb(187,55,247); }
div.DivClassName
{
background-color: #BB37F7;
}
.BgClassName
{
background-color: #BB37F7;
}
</style>
border-color css
<style>
span { border-color: #BB37F7; }
span { border-color: rgb(187,55,247); }
td.TdClassName
{
border-color: #BB37F7;
}
.TagClassName
{
border-color: #BB37F7;
}
</style>