Shades of Dark Orchid #B420C3
Tints of Dark Orchid #B420C3
RGB
CMYK
RGB Variations
Color information
#B420C3 (or 0xB420C3) is known color: Dark Orchid. HEX triplet: B4, 20 and C3. RGB value is (180,32,195). Sum of RGB (Red+Green+Blue) = 180+32+195=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 195 - color contains mainly: blue. Hex color #B420C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B420C3 is #4BDF3C. Grayscale: #5E5E5E. Windows color (decimal): -4972349 or 12787892. OLE color: 12787892.
HSL color Cylindrical-coordinate representation of color #B420C3: hue angle of 294.48º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B420C3 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 32 | 195 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.24 |
| HSL | 294.48º | 0.72% | 0.45% | - |
| HSV(B) | 294.48º | 0.84% | 0.76% | - |
| XYZ | 29.19 | 14.68 | 52.92 | - |
| YUV | 94.83 | 184.53 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 32 | 195 | 0.08 | 0.84 | 0 | 0.24 | 294.48 | 0.72 | 0.45 |
| Hex | B4 | 20 | C3 | 8 | 54 | 0 | 18 | 126 | 48 | 2D |
| Octal | 264 | 40 | 303 | 10 | 124 | 0 | 30 | 446 | 110 | 55 |
| Binary | 10110100 | 100000 | 11000011 | 1000 | 1010100 | 0 | 11000 | 100100110 | 1001000 | 101101 |
Color Harmonies of #B420C3
Complementary color
Monochromatic Colors of #B420C3
Black with #B420C3
Text Example
Text Example
White with #B420C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B420C3; }
p { color: rgb(180,32,195); }
H1.HeaderClassName
{
color: #B420C3;
}
.AnyTagClassName
{
color: #B420C3;
}
</style>
background-color css
<style>
a { background-color: #B420C3; }
a { background-color: rgb(180,32,195); }
div.DivClassName
{
background-color: #B420C3;
}
.BgClassName
{
background-color: #B420C3;
}
</style>
border-color css
<style>
span { border-color: #B420C3; }
span { border-color: rgb(180,32,195); }
td.TdClassName
{
border-color: #B420C3;
}
.TagClassName
{
border-color: #B420C3;
}
</style>