Shades of Dark Orchid #B420CA
Tints of Dark Orchid #B420CA
RGB
CMYK
RGB Variations
Color information
#B420CA (or 0xB420CA) is known color: Dark Orchid. HEX triplet: B4, 20 and CA. RGB value is (180,32,202). Sum of RGB (Red+Green+Blue) = 180+32+202=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #B420CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B420CA is #4BDF35. Grayscale: #5F5F5F. Windows color (decimal): -4972342 or 13246644. OLE color: 13246644.
HSL color Cylindrical-coordinate representation of color #B420CA: hue angle of 292.24º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B420CA is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 32 | 202 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.21 |
| HSL | 292.24º | 0.73% | 0.46% | - |
| HSV(B) | 292.24º | 0.84% | 0.79% | - |
| XYZ | 30 | 15 | 57.19 | - |
| YUV | 95.63 | 188.03 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 32 | 202 | 0.11 | 0.84 | 0 | 0.21 | 292.24 | 0.73 | 0.46 |
| Hex | B4 | 20 | CA | B | 54 | 0 | 15 | 124 | 49 | 2E |
| Octal | 264 | 40 | 312 | 13 | 124 | 0 | 25 | 444 | 111 | 56 |
| Binary | 10110100 | 100000 | 11001010 | 1011 | 1010100 | 0 | 10101 | 100100100 | 1001001 | 101110 |
Color Harmonies of #B420CA
Complementary color
Monochromatic Colors of #B420CA
Black with #B420CA
Text Example
Text Example
White with #B420CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B420CA; }
p { color: rgb(180,32,202); }
H1.HeaderClassName
{
color: #B420CA;
}
.AnyTagClassName
{
color: #B420CA;
}
</style>
background-color css
<style>
a { background-color: #B420CA; }
a { background-color: rgb(180,32,202); }
div.DivClassName
{
background-color: #B420CA;
}
.BgClassName
{
background-color: #B420CA;
}
</style>
border-color css
<style>
span { border-color: #B420CA; }
span { border-color: rgb(180,32,202); }
td.TdClassName
{
border-color: #B420CA;
}
.TagClassName
{
border-color: #B420CA;
}
</style>