Shades of Dark Orchid #B42FDC
Tints of Dark Orchid #B42FDC
RGB
CMYK
RGB Variations
Color information
#B42FDC (or 0xB42FDC) is known color: Dark Orchid. HEX triplet: B4, 2F and DC. RGB value is (180,47,220). Sum of RGB (Red+Green+Blue) = 180+47+220=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 47 (18.75% from 255 or 10.51% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #B42FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42FDC is #4BD023. Grayscale: #696969. Windows color (decimal): -4968484 or 14430132. OLE color: 14430132.
HSL color Cylindrical-coordinate representation of color #B42FDC: hue angle of 286.13º 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 #B42FDC is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 47 | 220 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.14 |
| HSL | 286.13º | 0.71% | 0.52% | - |
| HSV(B) | 286.13º | 0.79% | 0.86% | - |
| XYZ | 32.76 | 16.9 | 69.25 | - |
| YUV | 106.49 | 192.06 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 220 | 0.18 | 0.79 | 0 | 0.14 | 286.13 | 0.71 | 0.52 |
| Hex | B4 | 2F | DC | 12 | 4F | 0 | E | 11E | 47 | 34 |
| Octal | 264 | 57 | 334 | 22 | 117 | 0 | 16 | 436 | 107 | 64 |
| Binary | 10110100 | 101111 | 11011100 | 10010 | 1001111 | 0 | 1110 | 100011110 | 1000111 | 110100 |
Color Harmonies of #B42FDC
Complementary color
Monochromatic Colors of #B42FDC
Black with #B42FDC
Text Example
Text Example
White with #B42FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42FDC; }
p { color: rgb(180,47,220); }
H1.HeaderClassName
{
color: #B42FDC;
}
.AnyTagClassName
{
color: #B42FDC;
}
</style>
background-color css
<style>
a { background-color: #B42FDC; }
a { background-color: rgb(180,47,220); }
div.DivClassName
{
background-color: #B42FDC;
}
.BgClassName
{
background-color: #B42FDC;
}
</style>
border-color css
<style>
span { border-color: #B42FDC; }
span { border-color: rgb(180,47,220); }
td.TdClassName
{
border-color: #B42FDC;
}
.TagClassName
{
border-color: #B42FDC;
}
</style>