Shades of Dark Orchid #B037CF
Tints of Dark Orchid #B037CF
RGB
CMYK
RGB Variations
Color information
#B037CF (or 0xB037CF) is known color: Dark Orchid. HEX triplet: B0, 37 and CF. RGB value is (176,55,207). Sum of RGB (Red+Green+Blue) = 176+55+207=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #B037CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B037CF is #4FC830. Grayscale: #6C6C6C. Windows color (decimal): -5228593 or 13580208. OLE color: 13580208.
HSL color Cylindrical-coordinate representation of color #B037CF: hue angle of 287.76º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B037CF is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 55 | 207 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.19 |
| HSL | 287.76º | 0.61% | 0.51% | - |
| HSV(B) | 287.76º | 0.73% | 0.81% | - |
| XYZ | 30.53 | 16.47 | 60.6 | - |
| YUV | 108.51 | 183.59 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 55 | 207 | 0.15 | 0.73 | 0 | 0.19 | 287.76 | 0.61 | 0.51 |
| Hex | B0 | 37 | CF | F | 49 | 0 | 13 | 120 | 3D | 33 |
| Octal | 260 | 67 | 317 | 17 | 111 | 0 | 23 | 440 | 75 | 63 |
| Binary | 10110000 | 110111 | 11001111 | 1111 | 1001001 | 0 | 10011 | 100100000 | 111101 | 110011 |
Color Harmonies of #B037CF
Complementary color
Monochromatic Colors of #B037CF
Black with #B037CF
Text Example
Text Example
White with #B037CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B037CF; }
p { color: rgb(176,55,207); }
H1.HeaderClassName
{
color: #B037CF;
}
.AnyTagClassName
{
color: #B037CF;
}
</style>
background-color css
<style>
a { background-color: #B037CF; }
a { background-color: rgb(176,55,207); }
div.DivClassName
{
background-color: #B037CF;
}
.BgClassName
{
background-color: #B037CF;
}
</style>
border-color css
<style>
span { border-color: #B037CF; }
span { border-color: rgb(176,55,207); }
td.TdClassName
{
border-color: #B037CF;
}
.TagClassName
{
border-color: #B037CF;
}
</style>