Shades of Dark Orchid #B027BA
Tints of Dark Orchid #B027BA
RGB
CMYK
RGB Variations
Color information
#B027BA (or 0xB027BA) is known color: Dark Orchid. HEX triplet: B0, 27 and BA. RGB value is (176,39,186). Sum of RGB (Red+Green+Blue) = 176+39+186=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #B027BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B027BA is #4FD845. Grayscale: #606060. Windows color (decimal): -5232710 or 12199856. OLE color: 12199856.
HSL color Cylindrical-coordinate representation of color #B027BA: hue angle of 295.92º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B027BA is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 39 | 186 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.27 |
| HSL | 295.92º | 0.65% | 0.44% | - |
| HSV(B) | 295.92º | 0.79% | 0.73% | - |
| XYZ | 27.49 | 14.23 | 47.75 | - |
| YUV | 96.72 | 178.39 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 186 | 0.05 | 0.79 | 0 | 0.27 | 295.92 | 0.65 | 0.44 |
| Hex | B0 | 27 | BA | 5 | 4F | 0 | 1B | 128 | 41 | 2C |
| Octal | 260 | 47 | 272 | 5 | 117 | 0 | 33 | 450 | 101 | 54 |
| Binary | 10110000 | 100111 | 10111010 | 101 | 1001111 | 0 | 11011 | 100101000 | 1000001 | 101100 |
Color Harmonies of #B027BA
Complementary color
Monochromatic Colors of #B027BA
Black with #B027BA
Text Example
Text Example
White with #B027BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B027BA; }
p { color: rgb(176,39,186); }
H1.HeaderClassName
{
color: #B027BA;
}
.AnyTagClassName
{
color: #B027BA;
}
</style>
background-color css
<style>
a { background-color: #B027BA; }
a { background-color: rgb(176,39,186); }
div.DivClassName
{
background-color: #B027BA;
}
.BgClassName
{
background-color: #B027BA;
}
</style>
border-color css
<style>
span { border-color: #B027BA; }
span { border-color: rgb(176,39,186); }
td.TdClassName
{
border-color: #B027BA;
}
.TagClassName
{
border-color: #B027BA;
}
</style>