Shades of Dark Orchid #B237DF
Tints of Dark Orchid #B237DF
RGB
CMYK
RGB Variations
Color information
#B237DF (or 0xB237DF) is known color: Dark Orchid. HEX triplet: B2, 37 and DF. RGB value is (178,55,223). Sum of RGB (Red+Green+Blue) = 178+55+223=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 55 (21.88% from 255 or 12.06% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #B237DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B237DF is #4DC820. Grayscale: #6E6E6E. Windows color (decimal): -5097505 or 14628786. OLE color: 14628786.
HSL color Cylindrical-coordinate representation of color #B237DF: hue angle of 283.93º 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 #B237DF is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 55 | 223 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.13 |
| HSL | 283.93º | 0.72% | 0.55% | - |
| HSV(B) | 283.93º | 0.75% | 0.87% | - |
| XYZ | 33.05 | 17.53 | 71.45 | - |
| YUV | 110.93 | 191.25 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 55 | 223 | 0.20 | 0.75 | 0 | 0.13 | 283.93 | 0.72 | 0.55 |
| Hex | B2 | 37 | DF | 14 | 4B | 0 | D | 11C | 48 | 37 |
| Octal | 262 | 67 | 337 | 24 | 113 | 0 | 15 | 434 | 110 | 67 |
| Binary | 10110010 | 110111 | 11011111 | 10100 | 1001011 | 0 | 1101 | 100011100 | 1001000 | 110111 |
Color Harmonies of #B237DF
Complementary color
Monochromatic Colors of #B237DF
Black with #B237DF
Text Example
Text Example
White with #B237DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B237DF; }
p { color: rgb(178,55,223); }
H1.HeaderClassName
{
color: #B237DF;
}
.AnyTagClassName
{
color: #B237DF;
}
</style>
background-color css
<style>
a { background-color: #B237DF; }
a { background-color: rgb(178,55,223); }
div.DivClassName
{
background-color: #B237DF;
}
.BgClassName
{
background-color: #B237DF;
}
</style>
border-color css
<style>
span { border-color: #B237DF; }
span { border-color: rgb(178,55,223); }
td.TdClassName
{
border-color: #B237DF;
}
.TagClassName
{
border-color: #B237DF;
}
</style>