Shades of Dark Orchid #B420C9
Tints of Dark Orchid #B420C9
RGB
CMYK
RGB Variations
Color information
#B420C9 (or 0xB420C9) is known color: Dark Orchid. HEX triplet: B4, 20 and C9. RGB value is (180,32,201). Sum of RGB (Red+Green+Blue) = 180+32+201=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 201 - color contains mainly: blue. Hex color #B420C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B420C9 is #4BDF36. Grayscale: #5E5E5E. Windows color (decimal): -4972343 or 13181108. OLE color: 13181108.
HSL color Cylindrical-coordinate representation of color #B420C9: hue angle of 292.54º 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 #B420C9 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 32 | 201 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.21 |
| HSL | 292.54º | 0.73% | 0.46% | - |
| HSV(B) | 292.54º | 0.84% | 0.79% | - |
| XYZ | 29.88 | 14.95 | 56.57 | - |
| YUV | 95.52 | 187.53 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 32 | 201 | 0.10 | 0.84 | 0 | 0.21 | 292.54 | 0.73 | 0.46 |
| Hex | B4 | 20 | C9 | A | 54 | 0 | 15 | 125 | 49 | 2E |
| Octal | 264 | 40 | 311 | 12 | 124 | 0 | 25 | 445 | 111 | 56 |
| Binary | 10110100 | 100000 | 11001001 | 1010 | 1010100 | 0 | 10101 | 100100101 | 1001001 | 101110 |
Color Harmonies of #B420C9
Complementary color
Monochromatic Colors of #B420C9
Black with #B420C9
Text Example
Text Example
White with #B420C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B420C9; }
p { color: rgb(180,32,201); }
H1.HeaderClassName
{
color: #B420C9;
}
.AnyTagClassName
{
color: #B420C9;
}
</style>
background-color css
<style>
a { background-color: #B420C9; }
a { background-color: rgb(180,32,201); }
div.DivClassName
{
background-color: #B420C9;
}
.BgClassName
{
background-color: #B420C9;
}
</style>
border-color css
<style>
span { border-color: #B420C9; }
span { border-color: rgb(180,32,201); }
td.TdClassName
{
border-color: #B420C9;
}
.TagClassName
{
border-color: #B420C9;
}
</style>