Shades of Dark Orchid #B42FD4
Tints of Dark Orchid #B42FD4
RGB
CMYK
RGB Variations
Color information
#B42FD4 (or 0xB42FD4) is known color: Dark Orchid. HEX triplet: B4, 2F and D4. RGB value is (180,47,212). Sum of RGB (Red+Green+Blue) = 180+47+212=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 212 (83.20% from 255 or 48.29% from 439); Max value from RGB is 212 - color contains mainly: blue. Hex color #B42FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42FD4 is #4BD02B. Grayscale: #696969. Windows color (decimal): -4968492 or 13905844. OLE color: 13905844.
HSL color Cylindrical-coordinate representation of color #B42FD4: hue angle of 288.36º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42FD4 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 47 | 212 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.17 |
| HSL | 288.36º | 0.66% | 0.51% | - |
| HSV(B) | 288.36º | 0.78% | 0.83% | - |
| XYZ | 31.72 | 16.49 | 63.8 | - |
| YUV | 105.58 | 188.06 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 212 | 0.15 | 0.78 | 0 | 0.17 | 288.36 | 0.66 | 0.51 |
| Hex | B4 | 2F | D4 | F | 4E | 0 | 11 | 120 | 42 | 33 |
| Octal | 264 | 57 | 324 | 17 | 116 | 0 | 21 | 440 | 102 | 63 |
| Binary | 10110100 | 101111 | 11010100 | 1111 | 1001110 | 0 | 10001 | 100100000 | 1000010 | 110011 |
Color Harmonies of #B42FD4
Complementary color
Monochromatic Colors of #B42FD4
Black with #B42FD4
Text Example
Text Example
White with #B42FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42FD4; }
p { color: rgb(180,47,212); }
H1.HeaderClassName
{
color: #B42FD4;
}
.AnyTagClassName
{
color: #B42FD4;
}
</style>
background-color css
<style>
a { background-color: #B42FD4; }
a { background-color: rgb(180,47,212); }
div.DivClassName
{
background-color: #B42FD4;
}
.BgClassName
{
background-color: #B42FD4;
}
</style>
border-color css
<style>
span { border-color: #B42FD4; }
span { border-color: rgb(180,47,212); }
td.TdClassName
{
border-color: #B42FD4;
}
.TagClassName
{
border-color: #B42FD4;
}
</style>