Shades of Dark Orchid #B42EDC
Tints of Dark Orchid #B42EDC
RGB
CMYK
RGB Variations
Color information
#B42EDC (or 0xB42EDC) is known color: Dark Orchid. HEX triplet: B4, 2E and DC. RGB value is (180,46,220). Sum of RGB (Red+Green+Blue) = 180+46+220=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #B42EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42EDC is #4BD123. Grayscale: #696969. Windows color (decimal): -4968740 or 14429876. OLE color: 14429876.
HSL color Cylindrical-coordinate representation of color #B42EDC: hue angle of 286.21º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42EDC is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 46 | 220 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.14 |
| HSL | 286.21º | 0.71% | 0.52% | - |
| HSV(B) | 286.21º | 0.79% | 0.86% | - |
| XYZ | 32.72 | 16.82 | 69.23 | - |
| YUV | 105.9 | 192.39 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 46 | 220 | 0.18 | 0.79 | 0 | 0.14 | 286.21 | 0.71 | 0.52 |
| Hex | B4 | 2E | DC | 12 | 4F | 0 | E | 11E | 47 | 34 |
| Octal | 264 | 56 | 334 | 22 | 117 | 0 | 16 | 436 | 107 | 64 |
| Binary | 10110100 | 101110 | 11011100 | 10010 | 1001111 | 0 | 1110 | 100011110 | 1000111 | 110100 |
Color Harmonies of #B42EDC
Complementary color
Monochromatic Colors of #B42EDC
Black with #B42EDC
Text Example
Text Example
White with #B42EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42EDC; }
p { color: rgb(180,46,220); }
H1.HeaderClassName
{
color: #B42EDC;
}
.AnyTagClassName
{
color: #B42EDC;
}
</style>
background-color css
<style>
a { background-color: #B42EDC; }
a { background-color: rgb(180,46,220); }
div.DivClassName
{
background-color: #B42EDC;
}
.BgClassName
{
background-color: #B42EDC;
}
</style>
border-color css
<style>
span { border-color: #B42EDC; }
span { border-color: rgb(180,46,220); }
td.TdClassName
{
border-color: #B42EDC;
}
.TagClassName
{
border-color: #B42EDC;
}
</style>