Shades of Dark Orchid #B42FDE
Tints of Dark Orchid #B42FDE
RGB
CMYK
RGB Variations
Color information
#B42FDE (or 0xB42FDE) is known color: Dark Orchid. HEX triplet: B4, 2F and DE. RGB value is (180,47,222). Sum of RGB (Red+Green+Blue) = 180+47+222=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #B42FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42FDE is #4BD021. Grayscale: #6A6A6A. Windows color (decimal): -4968482 or 14561204. OLE color: 14561204.
HSL color Cylindrical-coordinate representation of color #B42FDE: hue angle of 285.6º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42FDE is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 47 | 222 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.13 |
| HSL | 285.6º | 0.73% | 0.53% | - |
| HSV(B) | 285.6º | 0.79% | 0.87% | - |
| XYZ | 33.02 | 17.01 | 70.65 | - |
| YUV | 106.72 | 193.06 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 222 | 0.19 | 0.79 | 0 | 0.13 | 285.6 | 0.73 | 0.53 |
| Hex | B4 | 2F | DE | 13 | 4F | 0 | D | 11E | 49 | 35 |
| Octal | 264 | 57 | 336 | 23 | 117 | 0 | 15 | 436 | 111 | 65 |
| Binary | 10110100 | 101111 | 11011110 | 10011 | 1001111 | 0 | 1101 | 100011110 | 1001001 | 110101 |
Color Harmonies of #B42FDE
Complementary color
Monochromatic Colors of #B42FDE
Black with #B42FDE
Text Example
Text Example
White with #B42FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42FDE; }
p { color: rgb(180,47,222); }
H1.HeaderClassName
{
color: #B42FDE;
}
.AnyTagClassName
{
color: #B42FDE;
}
</style>
background-color css
<style>
a { background-color: #B42FDE; }
a { background-color: rgb(180,47,222); }
div.DivClassName
{
background-color: #B42FDE;
}
.BgClassName
{
background-color: #B42FDE;
}
</style>
border-color css
<style>
span { border-color: #B42FDE; }
span { border-color: rgb(180,47,222); }
td.TdClassName
{
border-color: #B42FDE;
}
.TagClassName
{
border-color: #B42FDE;
}
</style>