Shades of Dark Orchid #B42FEB
Tints of Dark Orchid #B42FEB
RGB
CMYK
RGB Variations
Color information
#B42FEB (or 0xB42FEB) is known color: Dark Orchid. HEX triplet: B4, 2F and EB. RGB value is (180,47,235). Sum of RGB (Red+Green+Blue) = 180+47+235=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #B42FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42FEB is #4BD014. Grayscale: #6B6B6B. Windows color (decimal): -4968469 or 15413172. OLE color: 15413172.
HSL color Cylindrical-coordinate representation of color #B42FEB: hue angle of 282.45º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42FEB is Cyan = 0.23, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 47 | 235 | - |
| CMYK | 0.23 | 0.8 | 0 | 0.08 |
| HSL | 282.45º | 0.82% | 0.55% | - |
| HSV(B) | 282.45º | 0.8% | 0.92% | - |
| XYZ | 34.83 | 17.73 | 80.18 | - |
| YUV | 108.2 | 199.56 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 235 | 0.23 | 0.8 | 0 | 0.08 | 282.45 | 0.82 | 0.55 |
| Hex | B4 | 2F | EB | 17 | 50 | 0 | 8 | 11A | 52 | 37 |
| Octal | 264 | 57 | 353 | 27 | 120 | 0 | 10 | 432 | 122 | 67 |
| Binary | 10110100 | 101111 | 11101011 | 10111 | 1010000 | 0 | 1000 | 100011010 | 1010010 | 110111 |
Color Harmonies of #B42FEB
Complementary color
Monochromatic Colors of #B42FEB
Black with #B42FEB
Text Example
Text Example
White with #B42FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42FEB; }
p { color: rgb(180,47,235); }
H1.HeaderClassName
{
color: #B42FEB;
}
.AnyTagClassName
{
color: #B42FEB;
}
</style>
background-color css
<style>
a { background-color: #B42FEB; }
a { background-color: rgb(180,47,235); }
div.DivClassName
{
background-color: #B42FEB;
}
.BgClassName
{
background-color: #B42FEB;
}
</style>
border-color css
<style>
span { border-color: #B42FEB; }
span { border-color: rgb(180,47,235); }
td.TdClassName
{
border-color: #B42FEB;
}
.TagClassName
{
border-color: #B42FEB;
}
</style>