Shades of Dark Orchid #B42DCF
Tints of Dark Orchid #B42DCF
RGB
CMYK
RGB Variations
Color information
#B42DCF (or 0xB42DCF) is known color: Dark Orchid. HEX triplet: B4, 2D and CF. RGB value is (180,45,207). Sum of RGB (Red+Green+Blue) = 180+45+207=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #B42DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DCF is #4BD230. Grayscale: #676767. Windows color (decimal): -4969009 or 13577652. OLE color: 13577652.
HSL color Cylindrical-coordinate representation of color #B42DCF: hue angle of 290º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42DCF is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 45 | 207 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.19 |
| HSL | 290º | 0.64% | 0.49% | - |
| HSV(B) | 290º | 0.78% | 0.81% | - |
| XYZ | 31.02 | 16.09 | 60.5 | - |
| YUV | 103.83 | 186.23 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 207 | 0.13 | 0.78 | 0 | 0.19 | 290 | 0.64 | 0.49 |
| Hex | B4 | 2D | CF | D | 4E | 0 | 13 | 122 | 40 | 31 |
| Octal | 264 | 55 | 317 | 15 | 116 | 0 | 23 | 442 | 100 | 61 |
| Binary | 10110100 | 101101 | 11001111 | 1101 | 1001110 | 0 | 10011 | 100100010 | 1000000 | 110001 |
Color Harmonies of #B42DCF
Complementary color
Monochromatic Colors of #B42DCF
Black with #B42DCF
Text Example
Text Example
White with #B42DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42DCF; }
p { color: rgb(180,45,207); }
H1.HeaderClassName
{
color: #B42DCF;
}
.AnyTagClassName
{
color: #B42DCF;
}
</style>
background-color css
<style>
a { background-color: #B42DCF; }
a { background-color: rgb(180,45,207); }
div.DivClassName
{
background-color: #B42DCF;
}
.BgClassName
{
background-color: #B42DCF;
}
</style>
border-color css
<style>
span { border-color: #B42DCF; }
span { border-color: rgb(180,45,207); }
td.TdClassName
{
border-color: #B42DCF;
}
.TagClassName
{
border-color: #B42DCF;
}
</style>