Shades of Dark Orchid #B62BDB
Tints of Dark Orchid #B62BDB
RGB
CMYK
RGB Variations
Color information
#B62BDB (or 0xB62BDB) is known color: Dark Orchid. HEX triplet: B6, 2B and DB. RGB value is (182,43,219). Sum of RGB (Red+Green+Blue) = 182+43+219=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #B62BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62BDB is #49D424. Grayscale: #686868. Windows color (decimal): -4838437 or 14363574. OLE color: 14363574.
HSL color Cylindrical-coordinate representation of color #B62BDB: hue angle of 287.39º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62BDB is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 43 | 219 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.14 |
| HSL | 287.39º | 0.71% | 0.51% | - |
| HSV(B) | 287.39º | 0.8% | 0.86% | - |
| XYZ | 32.94 | 16.79 | 68.52 | - |
| YUV | 104.63 | 192.55 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 43 | 219 | 0.17 | 0.80 | 0 | 0.14 | 287.39 | 0.71 | 0.51 |
| Hex | B6 | 2B | DB | 11 | 50 | 0 | E | 11F | 47 | 33 |
| Octal | 266 | 53 | 333 | 21 | 120 | 0 | 16 | 437 | 107 | 63 |
| Binary | 10110110 | 101011 | 11011011 | 10001 | 1010000 | 0 | 1110 | 100011111 | 1000111 | 110011 |
Color Harmonies of #B62BDB
Complementary color
Monochromatic Colors of #B62BDB
Black with #B62BDB
Text Example
Text Example
White with #B62BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62BDB; }
p { color: rgb(182,43,219); }
H1.HeaderClassName
{
color: #B62BDB;
}
.AnyTagClassName
{
color: #B62BDB;
}
</style>
background-color css
<style>
a { background-color: #B62BDB; }
a { background-color: rgb(182,43,219); }
div.DivClassName
{
background-color: #B62BDB;
}
.BgClassName
{
background-color: #B62BDB;
}
</style>
border-color css
<style>
span { border-color: #B62BDB; }
span { border-color: rgb(182,43,219); }
td.TdClassName
{
border-color: #B62BDB;
}
.TagClassName
{
border-color: #B62BDB;
}
</style>