Shades of Dark Orchid #B42DC7
Tints of Dark Orchid #B42DC7
RGB
CMYK
RGB Variations
Color information
#B42DC7 (or 0xB42DC7) is known color: Dark Orchid. HEX triplet: B4, 2D and C7. RGB value is (180,45,199). Sum of RGB (Red+Green+Blue) = 180+45+199=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 199 (78.12% from 255 or 46.93% from 424); Max value from RGB is 199 - color contains mainly: blue. Hex color #B42DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42DC7 is #4BD238. Grayscale: #666666. Windows color (decimal): -4969017 or 13053364. OLE color: 13053364.
HSL color Cylindrical-coordinate representation of color #B42DC7: hue angle of 292.6º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42DC7 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 45 | 199 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.22 |
| HSL | 292.6º | 0.63% | 0.48% | - |
| HSV(B) | 292.6º | 0.77% | 0.78% | - |
| XYZ | 30.07 | 15.7 | 55.48 | - |
| YUV | 102.92 | 182.23 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 199 | 0.10 | 0.77 | 0 | 0.22 | 292.6 | 0.63 | 0.48 |
| Hex | B4 | 2D | C7 | A | 4D | 0 | 16 | 125 | 3F | 30 |
| Octal | 264 | 55 | 307 | 12 | 115 | 0 | 26 | 445 | 77 | 60 |
| Binary | 10110100 | 101101 | 11000111 | 1010 | 1001101 | 0 | 10110 | 100100101 | 111111 | 110000 |
Color Harmonies of #B42DC7
Complementary color
Monochromatic Colors of #B42DC7
Black with #B42DC7
Text Example
Text Example
White with #B42DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42DC7; }
p { color: rgb(180,45,199); }
H1.HeaderClassName
{
color: #B42DC7;
}
.AnyTagClassName
{
color: #B42DC7;
}
</style>
background-color css
<style>
a { background-color: #B42DC7; }
a { background-color: rgb(180,45,199); }
div.DivClassName
{
background-color: #B42DC7;
}
.BgClassName
{
background-color: #B42DC7;
}
</style>
border-color css
<style>
span { border-color: #B42DC7; }
span { border-color: rgb(180,45,199); }
td.TdClassName
{
border-color: #B42DC7;
}
.TagClassName
{
border-color: #B42DC7;
}
</style>