Shades of Dark Orchid #B038ED
Tints of Dark Orchid #B038ED
RGB
CMYK
RGB Variations
Color information
#B038ED (or 0xB038ED) is known color: Dark Orchid. HEX triplet: B0, 38 and ED. RGB value is (176,56,237). Sum of RGB (Red+Green+Blue) = 176+56+237=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #B038ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B038ED is #4FC712. Grayscale: #6F6F6F. Windows color (decimal): -5228307 or 15546544. OLE color: 15546544.
HSL color Cylindrical-coordinate representation of color #B038ED: hue angle of 279.78º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B038ED is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 56 | 237 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.07 |
| HSL | 279.78º | 0.83% | 0.57% | - |
| HSV(B) | 279.78º | 0.76% | 0.93% | - |
| XYZ | 34.6 | 18.17 | 81.8 | - |
| YUV | 112.51 | 198.26 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 237 | 0.26 | 0.76 | 0 | 0.07 | 279.78 | 0.83 | 0.57 |
| Hex | B0 | 38 | ED | 1A | 4C | 0 | 7 | 118 | 53 | 39 |
| Octal | 260 | 70 | 355 | 32 | 114 | 0 | 7 | 430 | 123 | 71 |
| Binary | 10110000 | 111000 | 11101101 | 11010 | 1001100 | 0 | 111 | 100011000 | 1010011 | 111001 |
Color Harmonies of #B038ED
Complementary color
Monochromatic Colors of #B038ED
Black with #B038ED
Text Example
Text Example
White with #B038ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B038ED; }
p { color: rgb(176,56,237); }
H1.HeaderClassName
{
color: #B038ED;
}
.AnyTagClassName
{
color: #B038ED;
}
</style>
background-color css
<style>
a { background-color: #B038ED; }
a { background-color: rgb(176,56,237); }
div.DivClassName
{
background-color: #B038ED;
}
.BgClassName
{
background-color: #B038ED;
}
</style>
border-color css
<style>
span { border-color: #B038ED; }
span { border-color: rgb(176,56,237); }
td.TdClassName
{
border-color: #B038ED;
}
.TagClassName
{
border-color: #B038ED;
}
</style>