Shades of Dark Orchid #B42FF2
Tints of Dark Orchid #B42FF2
RGB
CMYK
RGB Variations
Color information
#B42FF2 (or 0xB42FF2) is known color: Dark Orchid. HEX triplet: B4, 2F and F2. RGB value is (180,47,242). Sum of RGB (Red+Green+Blue) = 180+47+242=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 47 (18.75% from 255 or 10.02% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #B42FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42FF2 is #4BD00D. Grayscale: #6C6C6C. Windows color (decimal): -4968462 or 15871924. OLE color: 15871924.
HSL color Cylindrical-coordinate representation of color #B42FF2: hue angle of 280.92º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42FF2 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 47 | 242 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.05 |
| HSL | 280.92º | 0.88% | 0.57% | - |
| HSV(B) | 280.92º | 0.81% | 0.95% | - |
| XYZ | 35.87 | 18.15 | 85.62 | - |
| YUV | 109 | 203.06 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 242 | 0.26 | 0.81 | 0 | 0.05 | 280.92 | 0.88 | 0.57 |
| Hex | B4 | 2F | F2 | 1A | 51 | 0 | 5 | 119 | 58 | 39 |
| Octal | 264 | 57 | 362 | 32 | 121 | 0 | 5 | 431 | 130 | 71 |
| Binary | 10110100 | 101111 | 11110010 | 11010 | 1010001 | 0 | 101 | 100011001 | 1011000 | 111001 |
Color Harmonies of #B42FF2
Complementary color
Monochromatic Colors of #B42FF2
Black with #B42FF2
Text Example
Text Example
White with #B42FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42FF2; }
p { color: rgb(180,47,242); }
H1.HeaderClassName
{
color: #B42FF2;
}
.AnyTagClassName
{
color: #B42FF2;
}
</style>
background-color css
<style>
a { background-color: #B42FF2; }
a { background-color: rgb(180,47,242); }
div.DivClassName
{
background-color: #B42FF2;
}
.BgClassName
{
background-color: #B42FF2;
}
</style>
border-color css
<style>
span { border-color: #B42FF2; }
span { border-color: rgb(180,47,242); }
td.TdClassName
{
border-color: #B42FF2;
}
.TagClassName
{
border-color: #B42FF2;
}
</style>