Shades of Dark Orchid #B025E5
Tints of Dark Orchid #B025E5
RGB
CMYK
RGB Variations
Color information
#B025E5 (or 0xB025E5) is known color: Dark Orchid. HEX triplet: B0, 25 and E5. RGB value is (176,37,229). Sum of RGB (Red+Green+Blue) = 176+37+229=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 37 (14.84% from 255 or 8.37% from 442); Blue value is 229 (89.84% from 255 or 51.81% from 442); Max value from RGB is 229 - color contains mainly: blue. Hex color #B025E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B025E5 is #4FDA1A. Grayscale: #636363. Windows color (decimal): -5233179 or 15017392. OLE color: 15017392.
HSL color Cylindrical-coordinate representation of color #B025E5: hue angle of 283.44º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B025E5 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 37 | 229 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.10 |
| HSL | 283.44º | 0.79% | 0.52% | - |
| HSV(B) | 283.44º | 0.84% | 0.9% | - |
| XYZ | 32.71 | 16.21 | 75.53 | - |
| YUV | 100.45 | 200.55 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 37 | 229 | 0.23 | 0.84 | 0 | 0.10 | 283.44 | 0.79 | 0.52 |
| Hex | B0 | 25 | E5 | 17 | 54 | 0 | A | 11B | 4F | 34 |
| Octal | 260 | 45 | 345 | 27 | 124 | 0 | 12 | 433 | 117 | 64 |
| Binary | 10110000 | 100101 | 11100101 | 10111 | 1010100 | 0 | 1010 | 100011011 | 1001111 | 110100 |
Color Harmonies of #B025E5
Complementary color
Monochromatic Colors of #B025E5
Black with #B025E5
Text Example
Text Example
White with #B025E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B025E5; }
p { color: rgb(176,37,229); }
H1.HeaderClassName
{
color: #B025E5;
}
.AnyTagClassName
{
color: #B025E5;
}
</style>
background-color css
<style>
a { background-color: #B025E5; }
a { background-color: rgb(176,37,229); }
div.DivClassName
{
background-color: #B025E5;
}
.BgClassName
{
background-color: #B025E5;
}
</style>
border-color css
<style>
span { border-color: #B025E5; }
span { border-color: rgb(176,37,229); }
td.TdClassName
{
border-color: #B025E5;
}
.TagClassName
{
border-color: #B025E5;
}
</style>