Shades of Dark Orchid #B62DCB
Tints of Dark Orchid #B62DCB
RGB
CMYK
RGB Variations
Color information
#B62DCB (or 0xB62DCB) is known color: Dark Orchid. HEX triplet: B6, 2D and CB. RGB value is (182,45,203). Sum of RGB (Red+Green+Blue) = 182+45+203=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #B62DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62DCB is #49D234. Grayscale: #676767. Windows color (decimal): -4837941 or 13315510. OLE color: 13315510.
HSL color Cylindrical-coordinate representation of color #B62DCB: hue angle of 292.03º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B62DCB is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 45 | 203 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.20 |
| HSL | 292.03º | 0.64% | 0.49% | - |
| HSV(B) | 292.03º | 0.78% | 0.8% | - |
| XYZ | 31.01 | 16.13 | 57.98 | - |
| YUV | 103.98 | 183.89 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 45 | 203 | 0.10 | 0.78 | 0 | 0.20 | 292.03 | 0.64 | 0.49 |
| Hex | B6 | 2D | CB | A | 4E | 0 | 14 | 124 | 40 | 31 |
| Octal | 266 | 55 | 313 | 12 | 116 | 0 | 24 | 444 | 100 | 61 |
| Binary | 10110110 | 101101 | 11001011 | 1010 | 1001110 | 0 | 10100 | 100100100 | 1000000 | 110001 |
Color Harmonies of #B62DCB
Complementary color
Monochromatic Colors of #B62DCB
Black with #B62DCB
Text Example
Text Example
White with #B62DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62DCB; }
p { color: rgb(182,45,203); }
H1.HeaderClassName
{
color: #B62DCB;
}
.AnyTagClassName
{
color: #B62DCB;
}
</style>
background-color css
<style>
a { background-color: #B62DCB; }
a { background-color: rgb(182,45,203); }
div.DivClassName
{
background-color: #B62DCB;
}
.BgClassName
{
background-color: #B62DCB;
}
</style>
border-color css
<style>
span { border-color: #B62DCB; }
span { border-color: rgb(182,45,203); }
td.TdClassName
{
border-color: #B62DCB;
}
.TagClassName
{
border-color: #B62DCB;
}
</style>