Shades of Dark Orchid #B42CCD
Tints of Dark Orchid #B42CCD
RGB
CMYK
RGB Variations
Color information
#B42CCD (or 0xB42CCD) is known color: Dark Orchid. HEX triplet: B4, 2C and CD. RGB value is (180,44,205). Sum of RGB (Red+Green+Blue) = 180+44+205=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #B42CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42CCD is #4BD332. Grayscale: #666666. Windows color (decimal): -4969267 or 13446324. OLE color: 13446324.
HSL color Cylindrical-coordinate representation of color #B42CCD: hue angle of 290.68º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42CCD is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 44 | 205 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.20 |
| HSL | 290.68º | 0.65% | 0.49% | - |
| HSV(B) | 290.68º | 0.79% | 0.8% | - |
| XYZ | 30.74 | 15.91 | 59.21 | - |
| YUV | 103.02 | 185.56 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 205 | 0.12 | 0.79 | 0 | 0.20 | 290.68 | 0.65 | 0.49 |
| Hex | B4 | 2C | CD | C | 4F | 0 | 14 | 123 | 41 | 31 |
| Octal | 264 | 54 | 315 | 14 | 117 | 0 | 24 | 443 | 101 | 61 |
| Binary | 10110100 | 101100 | 11001101 | 1100 | 1001111 | 0 | 10100 | 100100011 | 1000001 | 110001 |
Color Harmonies of #B42CCD
Complementary color
Monochromatic Colors of #B42CCD
Black with #B42CCD
Text Example
Text Example
White with #B42CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42CCD; }
p { color: rgb(180,44,205); }
H1.HeaderClassName
{
color: #B42CCD;
}
.AnyTagClassName
{
color: #B42CCD;
}
</style>
background-color css
<style>
a { background-color: #B42CCD; }
a { background-color: rgb(180,44,205); }
div.DivClassName
{
background-color: #B42CCD;
}
.BgClassName
{
background-color: #B42CCD;
}
</style>
border-color css
<style>
span { border-color: #B42CCD; }
span { border-color: rgb(180,44,205); }
td.TdClassName
{
border-color: #B42CCD;
}
.TagClassName
{
border-color: #B42CCD;
}
</style>