Shades of Dark Orchid #B223DB
Tints of Dark Orchid #B223DB
RGB
CMYK
RGB Variations
Color information
#B223DB (or 0xB223DB) is known color: Dark Orchid. HEX triplet: B2, 23 and DB. RGB value is (178,35,219). Sum of RGB (Red+Green+Blue) = 178+35+219=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 35 (14.06% from 255 or 8.10% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #B223DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B223DB is #4DDC24. Grayscale: #626262. Windows color (decimal): -5102629 or 14361522. OLE color: 14361522.
HSL color Cylindrical-coordinate representation of color #B223DB: hue angle of 286.63º degrees, saturation: 0.72, 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 #B223DB is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 35 | 219 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.14 |
| HSL | 286.63º | 0.72% | 0.5% | - |
| HSV(B) | 286.63º | 0.84% | 0.86% | - |
| XYZ | 31.75 | 15.78 | 68.39 | - |
| YUV | 98.73 | 195.88 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 219 | 0.19 | 0.84 | 0 | 0.14 | 286.63 | 0.72 | 0.5 |
| Hex | B2 | 23 | DB | 13 | 54 | 0 | E | 11F | 48 | 32 |
| Octal | 262 | 43 | 333 | 23 | 124 | 0 | 16 | 437 | 110 | 62 |
| Binary | 10110010 | 100011 | 11011011 | 10011 | 1010100 | 0 | 1110 | 100011111 | 1001000 | 110010 |
Color Harmonies of #B223DB
Complementary color
Monochromatic Colors of #B223DB
Black with #B223DB
Text Example
Text Example
White with #B223DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B223DB; }
p { color: rgb(178,35,219); }
H1.HeaderClassName
{
color: #B223DB;
}
.AnyTagClassName
{
color: #B223DB;
}
</style>
background-color css
<style>
a { background-color: #B223DB; }
a { background-color: rgb(178,35,219); }
div.DivClassName
{
background-color: #B223DB;
}
.BgClassName
{
background-color: #B223DB;
}
</style>
border-color css
<style>
span { border-color: #B223DB; }
span { border-color: rgb(178,35,219); }
td.TdClassName
{
border-color: #B223DB;
}
.TagClassName
{
border-color: #B223DB;
}
</style>