Shades of Dark Orchid #B42DF2
Tints of Dark Orchid #B42DF2
RGB
CMYK
RGB Variations
Color information
#B42DF2 (or 0xB42DF2) is known color: Dark Orchid. HEX triplet: B4, 2D and F2. RGB value is (180,45,242). Sum of RGB (Red+Green+Blue) = 180+45+242=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 45 (17.97% from 255 or 9.64% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #B42DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42DF2 is #4BD20D. Grayscale: #6B6B6B. Windows color (decimal): -4968974 or 15871412. OLE color: 15871412.
HSL color Cylindrical-coordinate representation of color #B42DF2: hue angle of 281.12º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42DF2 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 45 | 242 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.05 |
| HSL | 281.12º | 0.88% | 0.56% | - |
| HSV(B) | 281.12º | 0.81% | 0.95% | - |
| XYZ | 35.79 | 17.99 | 85.59 | - |
| YUV | 107.82 | 203.73 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 242 | 0.26 | 0.81 | 0 | 0.05 | 281.12 | 0.88 | 0.56 |
| Hex | B4 | 2D | F2 | 1A | 51 | 0 | 5 | 119 | 58 | 38 |
| Octal | 264 | 55 | 362 | 32 | 121 | 0 | 5 | 431 | 130 | 70 |
| Binary | 10110100 | 101101 | 11110010 | 11010 | 1010001 | 0 | 101 | 100011001 | 1011000 | 111000 |
Color Harmonies of #B42DF2
Complementary color
Monochromatic Colors of #B42DF2
Black with #B42DF2
Text Example
Text Example
White with #B42DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42DF2; }
p { color: rgb(180,45,242); }
H1.HeaderClassName
{
color: #B42DF2;
}
.AnyTagClassName
{
color: #B42DF2;
}
</style>
background-color css
<style>
a { background-color: #B42DF2; }
a { background-color: rgb(180,45,242); }
div.DivClassName
{
background-color: #B42DF2;
}
.BgClassName
{
background-color: #B42DF2;
}
</style>
border-color css
<style>
span { border-color: #B42DF2; }
span { border-color: rgb(180,45,242); }
td.TdClassName
{
border-color: #B42DF2;
}
.TagClassName
{
border-color: #B42DF2;
}
</style>