Shades of Dark Orchid #B027ED
Tints of Dark Orchid #B027ED
RGB
CMYK
RGB Variations
Color information
#B027ED (or 0xB027ED) is known color: Dark Orchid. HEX triplet: B0, 27 and ED. RGB value is (176,39,237). Sum of RGB (Red+Green+Blue) = 176+39+237=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #B027ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B027ED is #4FD812. Grayscale: #656565. Windows color (decimal): -5232659 or 15542192. OLE color: 15542192.
HSL color Cylindrical-coordinate representation of color #B027ED: hue angle of 281.52º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B027ED is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 39 | 237 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.07 |
| HSL | 281.52º | 0.85% | 0.54% | - |
| HSV(B) | 281.52º | 0.84% | 0.93% | - |
| XYZ | 33.92 | 16.8 | 81.58 | - |
| YUV | 102.54 | 203.89 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 237 | 0.26 | 0.84 | 0 | 0.07 | 281.52 | 0.85 | 0.54 |
| Hex | B0 | 27 | ED | 1A | 54 | 0 | 7 | 11A | 55 | 36 |
| Octal | 260 | 47 | 355 | 32 | 124 | 0 | 7 | 432 | 125 | 66 |
| Binary | 10110000 | 100111 | 11101101 | 11010 | 1010100 | 0 | 111 | 100011010 | 1010101 | 110110 |
Color Harmonies of #B027ED
Complementary color
Monochromatic Colors of #B027ED
Black with #B027ED
Text Example
Text Example
White with #B027ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B027ED; }
p { color: rgb(176,39,237); }
H1.HeaderClassName
{
color: #B027ED;
}
.AnyTagClassName
{
color: #B027ED;
}
</style>
background-color css
<style>
a { background-color: #B027ED; }
a { background-color: rgb(176,39,237); }
div.DivClassName
{
background-color: #B027ED;
}
.BgClassName
{
background-color: #B027ED;
}
</style>
border-color css
<style>
span { border-color: #B027ED; }
span { border-color: rgb(176,39,237); }
td.TdClassName
{
border-color: #B027ED;
}
.TagClassName
{
border-color: #B027ED;
}
</style>