Shades of Dark Orchid #B038EE
Tints of Dark Orchid #B038EE
RGB
CMYK
RGB Variations
Color information
#B038EE (or 0xB038EE) is known color: Dark Orchid. HEX triplet: B0, 38 and EE. RGB value is (176,56,238). Sum of RGB (Red+Green+Blue) = 176+56+238=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #B038EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B038EE is #4FC711. Grayscale: #707070. Windows color (decimal): -5228306 or 15612080. OLE color: 15612080.
HSL color Cylindrical-coordinate representation of color #B038EE: hue angle of 279.56º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B038EE is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 56 | 238 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.07 |
| HSL | 279.56º | 0.84% | 0.58% | - |
| HSV(B) | 279.56º | 0.76% | 0.93% | - |
| XYZ | 34.75 | 18.23 | 82.58 | - |
| YUV | 112.63 | 198.76 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 238 | 0.26 | 0.76 | 0 | 0.07 | 279.56 | 0.84 | 0.58 |
| Hex | B0 | 38 | EE | 1A | 4C | 0 | 7 | 118 | 54 | 3A |
| Octal | 260 | 70 | 356 | 32 | 114 | 0 | 7 | 430 | 124 | 72 |
| Binary | 10110000 | 111000 | 11101110 | 11010 | 1001100 | 0 | 111 | 100011000 | 1010100 | 111010 |
Color Harmonies of #B038EE
Complementary color
Monochromatic Colors of #B038EE
Black with #B038EE
Text Example
Text Example
White with #B038EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B038EE; }
p { color: rgb(176,56,238); }
H1.HeaderClassName
{
color: #B038EE;
}
.AnyTagClassName
{
color: #B038EE;
}
</style>
background-color css
<style>
a { background-color: #B038EE; }
a { background-color: rgb(176,56,238); }
div.DivClassName
{
background-color: #B038EE;
}
.BgClassName
{
background-color: #B038EE;
}
</style>
border-color css
<style>
span { border-color: #B038EE; }
span { border-color: rgb(176,56,238); }
td.TdClassName
{
border-color: #B038EE;
}
.TagClassName
{
border-color: #B038EE;
}
</style>