Shades of Dark Orchid #B42FE8
Tints of Dark Orchid #B42FE8
RGB
CMYK
RGB Variations
Color information
#B42FE8 (or 0xB42FE8) is known color: Dark Orchid. HEX triplet: B4, 2F and E8. RGB value is (180,47,232). Sum of RGB (Red+Green+Blue) = 180+47+232=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 47 (18.75% from 255 or 10.24% from 459); Blue value is 232 (91.02% from 255 or 50.54% from 459); Max value from RGB is 232 - color contains mainly: blue. Hex color #B42FE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42FE8 is #4BD017. Grayscale: #6B6B6B. Windows color (decimal): -4968472 or 15216564. OLE color: 15216564.
HSL color Cylindrical-coordinate representation of color #B42FE8: hue angle of 283.14º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42FE8 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 47 | 232 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.09 |
| HSL | 283.14º | 0.8% | 0.55% | - |
| HSV(B) | 283.14º | 0.8% | 0.91% | - |
| XYZ | 34.4 | 17.56 | 77.92 | - |
| YUV | 107.86 | 198.06 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 232 | 0.22 | 0.80 | 0 | 0.09 | 283.14 | 0.8 | 0.55 |
| Hex | B4 | 2F | E8 | 16 | 50 | 0 | 9 | 11B | 50 | 37 |
| Octal | 264 | 57 | 350 | 26 | 120 | 0 | 11 | 433 | 120 | 67 |
| Binary | 10110100 | 101111 | 11101000 | 10110 | 1010000 | 0 | 1001 | 100011011 | 1010000 | 110111 |
Color Harmonies of #B42FE8
Complementary color
Monochromatic Colors of #B42FE8
Black with #B42FE8
Text Example
Text Example
White with #B42FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42FE8; }
p { color: rgb(180,47,232); }
H1.HeaderClassName
{
color: #B42FE8;
}
.AnyTagClassName
{
color: #B42FE8;
}
</style>
background-color css
<style>
a { background-color: #B42FE8; }
a { background-color: rgb(180,47,232); }
div.DivClassName
{
background-color: #B42FE8;
}
.BgClassName
{
background-color: #B42FE8;
}
</style>
border-color css
<style>
span { border-color: #B42FE8; }
span { border-color: rgb(180,47,232); }
td.TdClassName
{
border-color: #B42FE8;
}
.TagClassName
{
border-color: #B42FE8;
}
</style>