Shades of Dark Orchid #B42FDB
Tints of Dark Orchid #B42FDB
RGB
CMYK
RGB Variations
Color information
#B42FDB (or 0xB42FDB) is known color: Dark Orchid. HEX triplet: B4, 2F and DB. RGB value is (180,47,219). Sum of RGB (Red+Green+Blue) = 180+47+219=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #B42FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42FDB is #4BD024. Grayscale: #696969. Windows color (decimal): -4968485 or 14364596. OLE color: 14364596.
HSL color Cylindrical-coordinate representation of color #B42FDB: hue angle of 286.4º 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 #B42FDB is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 47 | 219 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.14 |
| HSL | 286.4º | 0.7% | 0.52% | - |
| HSV(B) | 286.4º | 0.79% | 0.86% | - |
| XYZ | 32.63 | 16.85 | 68.55 | - |
| YUV | 106.38 | 191.56 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 219 | 0.18 | 0.79 | 0 | 0.14 | 286.4 | 0.7 | 0.52 |
| Hex | B4 | 2F | DB | 12 | 4F | 0 | E | 11E | 46 | 34 |
| Octal | 264 | 57 | 333 | 22 | 117 | 0 | 16 | 436 | 106 | 64 |
| Binary | 10110100 | 101111 | 11011011 | 10010 | 1001111 | 0 | 1110 | 100011110 | 1000110 | 110100 |
Color Harmonies of #B42FDB
Complementary color
Monochromatic Colors of #B42FDB
Black with #B42FDB
Text Example
Text Example
White with #B42FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42FDB; }
p { color: rgb(180,47,219); }
H1.HeaderClassName
{
color: #B42FDB;
}
.AnyTagClassName
{
color: #B42FDB;
}
</style>
background-color css
<style>
a { background-color: #B42FDB; }
a { background-color: rgb(180,47,219); }
div.DivClassName
{
background-color: #B42FDB;
}
.BgClassName
{
background-color: #B42FDB;
}
</style>
border-color css
<style>
span { border-color: #B42FDB; }
span { border-color: rgb(180,47,219); }
td.TdClassName
{
border-color: #B42FDB;
}
.TagClassName
{
border-color: #B42FDB;
}
</style>