Shades of Dark Orchid #B027DB
Tints of Dark Orchid #B027DB
RGB
CMYK
RGB Variations
Color information
#B027DB (or 0xB027DB) is known color: Dark Orchid. HEX triplet: B0, 27 and DB. RGB value is (176,39,219). Sum of RGB (Red+Green+Blue) = 176+39+219=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #B027DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B027DB is #4FD824. Grayscale: #636363. Windows color (decimal): -5232677 or 14362544. OLE color: 14362544.
HSL color Cylindrical-coordinate representation of color #B027DB: hue angle of 285.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B027DB is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 39 | 219 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.14 |
| HSL | 285.67º | 0.71% | 0.51% | - |
| HSV(B) | 285.67º | 0.82% | 0.86% | - |
| XYZ | 31.42 | 15.8 | 68.41 | - |
| YUV | 100.48 | 194.89 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 219 | 0.20 | 0.82 | 0 | 0.14 | 285.67 | 0.71 | 0.51 |
| Hex | B0 | 27 | DB | 14 | 52 | 0 | E | 11E | 47 | 33 |
| Octal | 260 | 47 | 333 | 24 | 122 | 0 | 16 | 436 | 107 | 63 |
| Binary | 10110000 | 100111 | 11011011 | 10100 | 1010010 | 0 | 1110 | 100011110 | 1000111 | 110011 |
Color Harmonies of #B027DB
Complementary color
Monochromatic Colors of #B027DB
Black with #B027DB
Text Example
Text Example
White with #B027DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B027DB; }
p { color: rgb(176,39,219); }
H1.HeaderClassName
{
color: #B027DB;
}
.AnyTagClassName
{
color: #B027DB;
}
</style>
background-color css
<style>
a { background-color: #B027DB; }
a { background-color: rgb(176,39,219); }
div.DivClassName
{
background-color: #B027DB;
}
.BgClassName
{
background-color: #B027DB;
}
</style>
border-color css
<style>
span { border-color: #B027DB; }
span { border-color: rgb(176,39,219); }
td.TdClassName
{
border-color: #B027DB;
}
.TagClassName
{
border-color: #B027DB;
}
</style>