Shades of Dark Orchid #B237D0
Tints of Dark Orchid #B237D0
RGB
CMYK
RGB Variations
Color information
#B237D0 (or 0xB237D0) is known color: Dark Orchid. HEX triplet: B2, 37 and D0. RGB value is (178,55,208). Sum of RGB (Red+Green+Blue) = 178+55+208=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 208 - color contains mainly: blue. Hex color #B237D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B237D0 is #4DC82F. Grayscale: #6C6C6C. Windows color (decimal): -5097520 or 13645746. OLE color: 13645746.
HSL color Cylindrical-coordinate representation of color #B237D0: hue angle of 288.24º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B237D0 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 55 | 208 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.18 |
| HSL | 288.24º | 0.62% | 0.52% | - |
| HSV(B) | 288.24º | 0.74% | 0.82% | - |
| XYZ | 31.11 | 16.75 | 61.27 | - |
| YUV | 109.22 | 183.75 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 55 | 208 | 0.14 | 0.74 | 0 | 0.18 | 288.24 | 0.62 | 0.52 |
| Hex | B2 | 37 | D0 | E | 4A | 0 | 12 | 120 | 3E | 34 |
| Octal | 262 | 67 | 320 | 16 | 112 | 0 | 22 | 440 | 76 | 64 |
| Binary | 10110010 | 110111 | 11010000 | 1110 | 1001010 | 0 | 10010 | 100100000 | 111110 | 110100 |
Color Harmonies of #B237D0
Complementary color
Monochromatic Colors of #B237D0
Black with #B237D0
Text Example
Text Example
White with #B237D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B237D0; }
p { color: rgb(178,55,208); }
H1.HeaderClassName
{
color: #B237D0;
}
.AnyTagClassName
{
color: #B237D0;
}
</style>
background-color css
<style>
a { background-color: #B237D0; }
a { background-color: rgb(178,55,208); }
div.DivClassName
{
background-color: #B237D0;
}
.BgClassName
{
background-color: #B237D0;
}
</style>
border-color css
<style>
span { border-color: #B237D0; }
span { border-color: rgb(178,55,208); }
td.TdClassName
{
border-color: #B237D0;
}
.TagClassName
{
border-color: #B237D0;
}
</style>