Shades of Dark Orchid #B02EBD
Tints of Dark Orchid #B02EBD
RGB
CMYK
RGB Variations
Color information
#B02EBD (or 0xB02EBD) is known color: Dark Orchid. HEX triplet: B0, 2E and BD. RGB value is (176,46,189). Sum of RGB (Red+Green+Blue) = 176+46+189=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #B02EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02EBD is #4FD142. Grayscale: #646464. Windows color (decimal): -5230915 or 12398256. OLE color: 12398256.
HSL color Cylindrical-coordinate representation of color #B02EBD: hue angle of 294.55º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02EBD is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 46 | 189 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.26 |
| HSL | 294.55º | 0.61% | 0.46% | - |
| HSV(B) | 294.55º | 0.76% | 0.74% | - |
| XYZ | 28.07 | 14.86 | 49.53 | - |
| YUV | 101.17 | 177.57 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 46 | 189 | 0.07 | 0.76 | 0 | 0.26 | 294.55 | 0.61 | 0.46 |
| Hex | B0 | 2E | BD | 7 | 4C | 0 | 1A | 127 | 3D | 2E |
| Octal | 260 | 56 | 275 | 7 | 114 | 0 | 32 | 447 | 75 | 56 |
| Binary | 10110000 | 101110 | 10111101 | 111 | 1001100 | 0 | 11010 | 100100111 | 111101 | 101110 |
Color Harmonies of #B02EBD
Complementary color
Monochromatic Colors of #B02EBD
Black with #B02EBD
Text Example
Text Example
White with #B02EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02EBD; }
p { color: rgb(176,46,189); }
H1.HeaderClassName
{
color: #B02EBD;
}
.AnyTagClassName
{
color: #B02EBD;
}
</style>
background-color css
<style>
a { background-color: #B02EBD; }
a { background-color: rgb(176,46,189); }
div.DivClassName
{
background-color: #B02EBD;
}
.BgClassName
{
background-color: #B02EBD;
}
</style>
border-color css
<style>
span { border-color: #B02EBD; }
span { border-color: rgb(176,46,189); }
td.TdClassName
{
border-color: #B02EBD;
}
.TagClassName
{
border-color: #B02EBD;
}
</style>