Shades of Dark Orchid #B226DB
Tints of Dark Orchid #B226DB
RGB
CMYK
RGB Variations
Color information
#B226DB (or 0xB226DB) is known color: Dark Orchid. HEX triplet: B2, 26 and DB. RGB value is (178,38,219). Sum of RGB (Red+Green+Blue) = 178+38+219=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 38 (15.23% from 255 or 8.74% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #B226DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B226DB is #4DD924. Grayscale: #636363. Windows color (decimal): -5101861 or 14362290. OLE color: 14362290.
HSL color Cylindrical-coordinate representation of color #B226DB: hue angle of 286.41º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B226DB is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 38 | 219 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.14 |
| HSL | 286.41º | 0.72% | 0.5% | - |
| HSV(B) | 286.41º | 0.83% | 0.86% | - |
| XYZ | 31.84 | 15.97 | 68.42 | - |
| YUV | 100.49 | 194.88 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 38 | 219 | 0.19 | 0.83 | 0 | 0.14 | 286.41 | 0.72 | 0.5 |
| Hex | B2 | 26 | DB | 13 | 53 | 0 | E | 11E | 48 | 32 |
| Octal | 262 | 46 | 333 | 23 | 123 | 0 | 16 | 436 | 110 | 62 |
| Binary | 10110010 | 100110 | 11011011 | 10011 | 1010011 | 0 | 1110 | 100011110 | 1001000 | 110010 |
Color Harmonies of #B226DB
Complementary color
Monochromatic Colors of #B226DB
Black with #B226DB
Text Example
Text Example
White with #B226DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B226DB; }
p { color: rgb(178,38,219); }
H1.HeaderClassName
{
color: #B226DB;
}
.AnyTagClassName
{
color: #B226DB;
}
</style>
background-color css
<style>
a { background-color: #B226DB; }
a { background-color: rgb(178,38,219); }
div.DivClassName
{
background-color: #B226DB;
}
.BgClassName
{
background-color: #B226DB;
}
</style>
border-color css
<style>
span { border-color: #B226DB; }
span { border-color: rgb(178,38,219); }
td.TdClassName
{
border-color: #B226DB;
}
.TagClassName
{
border-color: #B226DB;
}
</style>