Shades of Dark Orchid #B825E2
Tints of Dark Orchid #B825E2
RGB
CMYK
RGB Variations
Color information
#B825E2 (or 0xB825E2) is known color: Dark Orchid. HEX triplet: B8, 25 and E2. RGB value is (184,37,226). Sum of RGB (Red+Green+Blue) = 184+37+226=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 226 (88.67% from 255 or 50.56% from 447); Max value from RGB is 226 - color contains mainly: blue. Hex color #B825E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B825E2 is #47DA1D. Grayscale: #656565. Windows color (decimal): -4708894 or 14820792. OLE color: 14820792.
HSL color Cylindrical-coordinate representation of color #B825E2: hue angle of 286.67º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B825E2 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 37 | 226 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.11 |
| HSL | 286.67º | 0.77% | 0.52% | - |
| HSV(B) | 286.67º | 0.84% | 0.89% | - |
| XYZ | 34.16 | 17 | 73.43 | - |
| YUV | 102.5 | 197.7 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 226 | 0.19 | 0.84 | 0 | 0.11 | 286.67 | 0.77 | 0.52 |
| Hex | B8 | 25 | E2 | 13 | 54 | 0 | B | 11F | 4D | 34 |
| Octal | 270 | 45 | 342 | 23 | 124 | 0 | 13 | 437 | 115 | 64 |
| Binary | 10111000 | 100101 | 11100010 | 10011 | 1010100 | 0 | 1011 | 100011111 | 1001101 | 110100 |
Color Harmonies of #B825E2
Complementary color
Monochromatic Colors of #B825E2
Black with #B825E2
Text Example
Text Example
White with #B825E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B825E2; }
p { color: rgb(184,37,226); }
H1.HeaderClassName
{
color: #B825E2;
}
.AnyTagClassName
{
color: #B825E2;
}
</style>
background-color css
<style>
a { background-color: #B825E2; }
a { background-color: rgb(184,37,226); }
div.DivClassName
{
background-color: #B825E2;
}
.BgClassName
{
background-color: #B825E2;
}
</style>
border-color css
<style>
span { border-color: #B825E2; }
span { border-color: rgb(184,37,226); }
td.TdClassName
{
border-color: #B825E2;
}
.TagClassName
{
border-color: #B825E2;
}
</style>