Shades of Dark Orchid #B038EF
Tints of Dark Orchid #B038EF
RGB
CMYK
RGB Variations
Color information
#B038EF (or 0xB038EF) is known color: Dark Orchid. HEX triplet: B0, 38 and EF. RGB value is (176,56,239). Sum of RGB (Red+Green+Blue) = 176+56+239=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 56 (22.27% from 255 or 11.89% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #B038EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B038EF is #4FC710. Grayscale: #707070. Windows color (decimal): -5228305 or 15677616. OLE color: 15677616.
HSL color Cylindrical-coordinate representation of color #B038EF: hue angle of 279.34º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B038EF is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 56 | 239 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.06 |
| HSL | 279.34º | 0.85% | 0.58% | - |
| HSV(B) | 279.34º | 0.77% | 0.94% | - |
| XYZ | 34.9 | 18.29 | 83.35 | - |
| YUV | 112.74 | 199.26 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 239 | 0.26 | 0.77 | 0 | 0.06 | 279.34 | 0.85 | 0.58 |
| Hex | B0 | 38 | EF | 1A | 4D | 0 | 6 | 117 | 55 | 3A |
| Octal | 260 | 70 | 357 | 32 | 115 | 0 | 6 | 427 | 125 | 72 |
| Binary | 10110000 | 111000 | 11101111 | 11010 | 1001101 | 0 | 110 | 100010111 | 1010101 | 111010 |
Color Harmonies of #B038EF
Complementary color
Monochromatic Colors of #B038EF
Black with #B038EF
Text Example
Text Example
White with #B038EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B038EF; }
p { color: rgb(176,56,239); }
H1.HeaderClassName
{
color: #B038EF;
}
.AnyTagClassName
{
color: #B038EF;
}
</style>
background-color css
<style>
a { background-color: #B038EF; }
a { background-color: rgb(176,56,239); }
div.DivClassName
{
background-color: #B038EF;
}
.BgClassName
{
background-color: #B038EF;
}
</style>
border-color css
<style>
span { border-color: #B038EF; }
span { border-color: rgb(176,56,239); }
td.TdClassName
{
border-color: #B038EF;
}
.TagClassName
{
border-color: #B038EF;
}
</style>