Shades of Medium Orchid #BB37DF
Tints of Medium Orchid #BB37DF
RGB
CMYK
RGB Variations
Color information
#BB37DF (or 0xBB37DF) is known color: Medium Orchid. HEX triplet: BB, 37 and DF. RGB value is (187,55,223). Sum of RGB (Red+Green+Blue) = 187+55+223=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB37DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB37DF is #44C820. Grayscale: #717171. Windows color (decimal): -4507681 or 14628795. OLE color: 14628795.
HSL color Cylindrical-coordinate representation of color #BB37DF: hue angle of 287.14º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB37DF is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 55 | 223 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.13 |
| HSL | 287.14º | 0.72% | 0.55% | - |
| HSV(B) | 287.14º | 0.75% | 0.87% | - |
| XYZ | 35.18 | 18.62 | 71.55 | - |
| YUV | 113.62 | 189.73 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 223 | 0.16 | 0.75 | 0 | 0.13 | 287.14 | 0.72 | 0.55 |
| Hex | BB | 37 | DF | 10 | 4B | 0 | D | 11F | 48 | 37 |
| Octal | 273 | 67 | 337 | 20 | 113 | 0 | 15 | 437 | 110 | 67 |
| Binary | 10111011 | 110111 | 11011111 | 10000 | 1001011 | 0 | 1101 | 100011111 | 1001000 | 110111 |
Color Harmonies of #BB37DF
Complementary color
Monochromatic Colors of #BB37DF
Black with #BB37DF
Text Example
Text Example
White with #BB37DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB37DF; }
p { color: rgb(187,55,223); }
H1.HeaderClassName
{
color: #BB37DF;
}
.AnyTagClassName
{
color: #BB37DF;
}
</style>
background-color css
<style>
a { background-color: #BB37DF; }
a { background-color: rgb(187,55,223); }
div.DivClassName
{
background-color: #BB37DF;
}
.BgClassName
{
background-color: #BB37DF;
}
</style>
border-color css
<style>
span { border-color: #BB37DF; }
span { border-color: rgb(187,55,223); }
td.TdClassName
{
border-color: #BB37DF;
}
.TagClassName
{
border-color: #BB37DF;
}
</style>