Shades of Dark Orchid #B038EC
Tints of Dark Orchid #B038EC
RGB
CMYK
RGB Variations
Color information
#B038EC (or 0xB038EC) is known color: Dark Orchid. HEX triplet: B0, 38 and EC. RGB value is (176,56,236). Sum of RGB (Red+Green+Blue) = 176+56+236=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #B038EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B038EC is #4FC713. Grayscale: #6F6F6F. Windows color (decimal): -5228308 or 15481008. OLE color: 15481008.
HSL color Cylindrical-coordinate representation of color #B038EC: hue angle of 280º 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 #B038EC is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 56 | 236 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.07 |
| HSL | 280º | 0.83% | 0.57% | - |
| HSV(B) | 280º | 0.76% | 0.93% | - |
| XYZ | 34.46 | 18.11 | 81.04 | - |
| YUV | 112.4 | 197.76 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 236 | 0.25 | 0.76 | 0 | 0.07 | 280 | 0.83 | 0.57 |
| Hex | B0 | 38 | EC | 19 | 4C | 0 | 7 | 118 | 53 | 39 |
| Octal | 260 | 70 | 354 | 31 | 114 | 0 | 7 | 430 | 123 | 71 |
| Binary | 10110000 | 111000 | 11101100 | 11001 | 1001100 | 0 | 111 | 100011000 | 1010011 | 111001 |
Color Harmonies of #B038EC
Complementary color
Monochromatic Colors of #B038EC
Black with #B038EC
Text Example
Text Example
White with #B038EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B038EC; }
p { color: rgb(176,56,236); }
H1.HeaderClassName
{
color: #B038EC;
}
.AnyTagClassName
{
color: #B038EC;
}
</style>
background-color css
<style>
a { background-color: #B038EC; }
a { background-color: rgb(176,56,236); }
div.DivClassName
{
background-color: #B038EC;
}
.BgClassName
{
background-color: #B038EC;
}
</style>
border-color css
<style>
span { border-color: #B038EC; }
span { border-color: rgb(176,56,236); }
td.TdClassName
{
border-color: #B038EC;
}
.TagClassName
{
border-color: #B038EC;
}
</style>