Shades of Dark Orchid #B027D0
Tints of Dark Orchid #B027D0
RGB
CMYK
RGB Variations
Color information
#B027D0 (or 0xB027D0) is known color: Dark Orchid. HEX triplet: B0, 27 and D0. RGB value is (176,39,208). Sum of RGB (Red+Green+Blue) = 176+39+208=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #B027D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B027D0 is #4FD82F. Grayscale: #626262. Windows color (decimal): -5232688 or 13641648. OLE color: 13641648.
HSL color Cylindrical-coordinate representation of color #B027D0: hue angle of 288.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B027D0 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 39 | 208 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.18 |
| HSL | 288.64º | 0.68% | 0.48% | - |
| HSV(B) | 288.64º | 0.81% | 0.82% | - |
| XYZ | 30.02 | 15.24 | 61.03 | - |
| YUV | 99.23 | 189.39 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 208 | 0.15 | 0.81 | 0 | 0.18 | 288.64 | 0.68 | 0.48 |
| Hex | B0 | 27 | D0 | F | 51 | 0 | 12 | 121 | 44 | 30 |
| Octal | 260 | 47 | 320 | 17 | 121 | 0 | 22 | 441 | 104 | 60 |
| Binary | 10110000 | 100111 | 11010000 | 1111 | 1010001 | 0 | 10010 | 100100001 | 1000100 | 110000 |
Color Harmonies of #B027D0
Complementary color
Monochromatic Colors of #B027D0
Black with #B027D0
Text Example
Text Example
White with #B027D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B027D0; }
p { color: rgb(176,39,208); }
H1.HeaderClassName
{
color: #B027D0;
}
.AnyTagClassName
{
color: #B027D0;
}
</style>
background-color css
<style>
a { background-color: #B027D0; }
a { background-color: rgb(176,39,208); }
div.DivClassName
{
background-color: #B027D0;
}
.BgClassName
{
background-color: #B027D0;
}
</style>
border-color css
<style>
span { border-color: #B027D0; }
span { border-color: rgb(176,39,208); }
td.TdClassName
{
border-color: #B027D0;
}
.TagClassName
{
border-color: #B027D0;
}
</style>