Shades of Dark Orchid #B62CDB
Tints of Dark Orchid #B62CDB
RGB
CMYK
RGB Variations
Color information
#B62CDB (or 0xB62CDB) is known color: Dark Orchid. HEX triplet: B6, 2C and DB. RGB value is (182,44,219). Sum of RGB (Red+Green+Blue) = 182+44+219=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #B62CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62CDB is #49D324. Grayscale: #686868. Windows color (decimal): -4838181 or 14363830. OLE color: 14363830.
HSL color Cylindrical-coordinate representation of color #B62CDB: hue angle of 287.31º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62CDB is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 44 | 219 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.14 |
| HSL | 287.31º | 0.71% | 0.52% | - |
| HSV(B) | 287.31º | 0.8% | 0.86% | - |
| XYZ | 32.98 | 16.86 | 68.53 | - |
| YUV | 105.21 | 192.22 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 44 | 219 | 0.17 | 0.80 | 0 | 0.14 | 287.31 | 0.71 | 0.52 |
| Hex | B6 | 2C | DB | 11 | 50 | 0 | E | 11F | 47 | 34 |
| Octal | 266 | 54 | 333 | 21 | 120 | 0 | 16 | 437 | 107 | 64 |
| Binary | 10110110 | 101100 | 11011011 | 10001 | 1010000 | 0 | 1110 | 100011111 | 1000111 | 110100 |
Color Harmonies of #B62CDB
Complementary color
Monochromatic Colors of #B62CDB
Black with #B62CDB
Text Example
Text Example
White with #B62CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62CDB; }
p { color: rgb(182,44,219); }
H1.HeaderClassName
{
color: #B62CDB;
}
.AnyTagClassName
{
color: #B62CDB;
}
</style>
background-color css
<style>
a { background-color: #B62CDB; }
a { background-color: rgb(182,44,219); }
div.DivClassName
{
background-color: #B62CDB;
}
.BgClassName
{
background-color: #B62CDB;
}
</style>
border-color css
<style>
span { border-color: #B62CDB; }
span { border-color: rgb(182,44,219); }
td.TdClassName
{
border-color: #B62CDB;
}
.TagClassName
{
border-color: #B62CDB;
}
</style>