Shades of Dark Orchid #B42CE1
Tints of Dark Orchid #B42CE1
RGB
CMYK
RGB Variations
Color information
#B42CE1 (or 0xB42CE1) is known color: Dark Orchid. HEX triplet: B4, 2C and E1. RGB value is (180,44,225). Sum of RGB (Red+Green+Blue) = 180+44+225=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #B42CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42CE1 is #4BD31E. Grayscale: #686868. Windows color (decimal): -4969247 or 14757044. OLE color: 14757044.
HSL color Cylindrical-coordinate representation of color #B42CE1: hue angle of 285.08º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42CE1 is Cyan = 0.2, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 44 | 225 | - |
| CMYK | 0.2 | 0.80 | 0 | 0.12 |
| HSL | 285.08º | 0.75% | 0.53% | - |
| HSV(B) | 285.08º | 0.8% | 0.88% | - |
| XYZ | 33.31 | 16.94 | 72.75 | - |
| YUV | 105.3 | 195.56 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 225 | 0.2 | 0.80 | 0 | 0.12 | 285.08 | 0.75 | 0.53 |
| Hex | B4 | 2C | E1 | 14 | 50 | 0 | C | 11D | 4B | 35 |
| Octal | 264 | 54 | 341 | 24 | 120 | 0 | 14 | 435 | 113 | 65 |
| Binary | 10110100 | 101100 | 11100001 | 10100 | 1010000 | 0 | 1100 | 100011101 | 1001011 | 110101 |
Color Harmonies of #B42CE1
Complementary color
Monochromatic Colors of #B42CE1
Black with #B42CE1
Text Example
Text Example
White with #B42CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42CE1; }
p { color: rgb(180,44,225); }
H1.HeaderClassName
{
color: #B42CE1;
}
.AnyTagClassName
{
color: #B42CE1;
}
</style>
background-color css
<style>
a { background-color: #B42CE1; }
a { background-color: rgb(180,44,225); }
div.DivClassName
{
background-color: #B42CE1;
}
.BgClassName
{
background-color: #B42CE1;
}
</style>
border-color css
<style>
span { border-color: #B42CE1; }
span { border-color: rgb(180,44,225); }
td.TdClassName
{
border-color: #B42CE1;
}
.TagClassName
{
border-color: #B42CE1;
}
</style>