Shades of Dark Orchid #B223DC
Tints of Dark Orchid #B223DC
RGB
CMYK
RGB Variations
Color information
#B223DC (or 0xB223DC) is known color: Dark Orchid. HEX triplet: B2, 23 and DC. RGB value is (178,35,220). Sum of RGB (Red+Green+Blue) = 178+35+220=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 35 (14.06% from 255 or 8.08% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #B223DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B223DC is #4DDC23. Grayscale: #626262. Windows color (decimal): -5102628 or 14427058. OLE color: 14427058.
HSL color Cylindrical-coordinate representation of color #B223DC: hue angle of 286.38º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B223DC is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 35 | 220 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.14 |
| HSL | 286.38º | 0.73% | 0.5% | - |
| HSV(B) | 286.38º | 0.84% | 0.86% | - |
| XYZ | 31.88 | 15.83 | 69.09 | - |
| YUV | 98.85 | 196.38 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 220 | 0.19 | 0.84 | 0 | 0.14 | 286.38 | 0.73 | 0.5 |
| Hex | B2 | 23 | DC | 13 | 54 | 0 | E | 11E | 49 | 32 |
| Octal | 262 | 43 | 334 | 23 | 124 | 0 | 16 | 436 | 111 | 62 |
| Binary | 10110010 | 100011 | 11011100 | 10011 | 1010100 | 0 | 1110 | 100011110 | 1001001 | 110010 |
Color Harmonies of #B223DC
Complementary color
Monochromatic Colors of #B223DC
Black with #B223DC
Text Example
Text Example
White with #B223DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B223DC; }
p { color: rgb(178,35,220); }
H1.HeaderClassName
{
color: #B223DC;
}
.AnyTagClassName
{
color: #B223DC;
}
</style>
background-color css
<style>
a { background-color: #B223DC; }
a { background-color: rgb(178,35,220); }
div.DivClassName
{
background-color: #B223DC;
}
.BgClassName
{
background-color: #B223DC;
}
</style>
border-color css
<style>
span { border-color: #B223DC; }
span { border-color: rgb(178,35,220); }
td.TdClassName
{
border-color: #B223DC;
}
.TagClassName
{
border-color: #B223DC;
}
</style>