Shades of Dark Orchid #B232DB
Tints of Dark Orchid #B232DB
RGB
CMYK
RGB Variations
Color information
#B232DB (or 0xB232DB) is known color: Dark Orchid. HEX triplet: B2, 32 and DB. RGB value is (178,50,219). Sum of RGB (Red+Green+Blue) = 178+50+219=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #B232DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B232DB is #4DCD24. Grayscale: #6A6A6A. Windows color (decimal): -5098789 or 14365362. OLE color: 14365362.
HSL color Cylindrical-coordinate representation of color #B232DB: hue angle of 285.44º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B232DB is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 50 | 219 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.14 |
| HSL | 285.44º | 0.7% | 0.53% | - |
| HSV(B) | 285.44º | 0.77% | 0.86% | - |
| XYZ | 32.29 | 16.86 | 68.57 | - |
| YUV | 107.54 | 190.91 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 219 | 0.19 | 0.77 | 0 | 0.14 | 285.44 | 0.7 | 0.53 |
| Hex | B2 | 32 | DB | 13 | 4D | 0 | E | 11D | 46 | 35 |
| Octal | 262 | 62 | 333 | 23 | 115 | 0 | 16 | 435 | 106 | 65 |
| Binary | 10110010 | 110010 | 11011011 | 10011 | 1001101 | 0 | 1110 | 100011101 | 1000110 | 110101 |
Color Harmonies of #B232DB
Complementary color
Monochromatic Colors of #B232DB
Black with #B232DB
Text Example
Text Example
White with #B232DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B232DB; }
p { color: rgb(178,50,219); }
H1.HeaderClassName
{
color: #B232DB;
}
.AnyTagClassName
{
color: #B232DB;
}
</style>
background-color css
<style>
a { background-color: #B232DB; }
a { background-color: rgb(178,50,219); }
div.DivClassName
{
background-color: #B232DB;
}
.BgClassName
{
background-color: #B232DB;
}
</style>
border-color css
<style>
span { border-color: #B232DB; }
span { border-color: rgb(178,50,219); }
td.TdClassName
{
border-color: #B232DB;
}
.TagClassName
{
border-color: #B232DB;
}
</style>