Shades of Dark Orchid #B21ADC
Tints of Dark Orchid #B21ADC
RGB
CMYK
RGB Variations
Color information
#B21ADC (or 0xB21ADC) is known color: Dark Orchid. HEX triplet: B2, 1A and DC. RGB value is (178,26,220). Sum of RGB (Red+Green+Blue) = 178+26+220=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 26 (10.55% from 255 or 6.13% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #B21ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21ADC is #4DE523. Grayscale: #5C5C5C. Windows color (decimal): -5104932 or 14424754. OLE color: 14424754.
HSL color Cylindrical-coordinate representation of color #B21ADC: hue angle of 287.01º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21ADC is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 26 | 220 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.14 |
| HSL | 287.01º | 0.79% | 0.48% | - |
| HSV(B) | 287.01º | 0.88% | 0.86% | - |
| XYZ | 31.65 | 15.37 | 69.01 | - |
| YUV | 93.56 | 199.36 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 26 | 220 | 0.19 | 0.88 | 0 | 0.14 | 287.01 | 0.79 | 0.48 |
| Hex | B2 | 1A | DC | 13 | 58 | 0 | E | 11F | 4F | 30 |
| Octal | 262 | 32 | 334 | 23 | 130 | 0 | 16 | 437 | 117 | 60 |
| Binary | 10110010 | 11010 | 11011100 | 10011 | 1011000 | 0 | 1110 | 100011111 | 1001111 | 110000 |
Color Harmonies of #B21ADC
Complementary color
Monochromatic Colors of #B21ADC
Black with #B21ADC
Text Example
Text Example
White with #B21ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21ADC; }
p { color: rgb(178,26,220); }
H1.HeaderClassName
{
color: #B21ADC;
}
.AnyTagClassName
{
color: #B21ADC;
}
</style>
background-color css
<style>
a { background-color: #B21ADC; }
a { background-color: rgb(178,26,220); }
div.DivClassName
{
background-color: #B21ADC;
}
.BgClassName
{
background-color: #B21ADC;
}
</style>
border-color css
<style>
span { border-color: #B21ADC; }
span { border-color: rgb(178,26,220); }
td.TdClassName
{
border-color: #B21ADC;
}
.TagClassName
{
border-color: #B21ADC;
}
</style>