Shades of Dark Orchid #B62FDB
Tints of Dark Orchid #B62FDB
RGB
CMYK
RGB Variations
Color information
#B62FDB (or 0xB62FDB) is known color: Dark Orchid. HEX triplet: B6, 2F and DB. RGB value is (182,47,219). Sum of RGB (Red+Green+Blue) = 182+47+219=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #B62FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62FDB is #49D024. Grayscale: #6A6A6A. Windows color (decimal): -4837413 or 14364598. OLE color: 14364598.
HSL color Cylindrical-coordinate representation of color #B62FDB: hue angle of 287.09º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B62FDB is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 47 | 219 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.14 |
| HSL | 287.09º | 0.7% | 0.52% | - |
| HSV(B) | 287.09º | 0.79% | 0.86% | - |
| XYZ | 33.09 | 17.09 | 68.57 | - |
| YUV | 106.97 | 191.23 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 47 | 219 | 0.17 | 0.79 | 0 | 0.14 | 287.09 | 0.7 | 0.52 |
| Hex | B6 | 2F | DB | 11 | 4F | 0 | E | 11F | 46 | 34 |
| Octal | 266 | 57 | 333 | 21 | 117 | 0 | 16 | 437 | 106 | 64 |
| Binary | 10110110 | 101111 | 11011011 | 10001 | 1001111 | 0 | 1110 | 100011111 | 1000110 | 110100 |
Color Harmonies of #B62FDB
Complementary color
Monochromatic Colors of #B62FDB
Black with #B62FDB
Text Example
Text Example
White with #B62FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62FDB; }
p { color: rgb(182,47,219); }
H1.HeaderClassName
{
color: #B62FDB;
}
.AnyTagClassName
{
color: #B62FDB;
}
</style>
background-color css
<style>
a { background-color: #B62FDB; }
a { background-color: rgb(182,47,219); }
div.DivClassName
{
background-color: #B62FDB;
}
.BgClassName
{
background-color: #B62FDB;
}
</style>
border-color css
<style>
span { border-color: #B62FDB; }
span { border-color: rgb(182,47,219); }
td.TdClassName
{
border-color: #B62FDB;
}
.TagClassName
{
border-color: #B62FDB;
}
</style>