Shades of Dark Orchid #B821E3
Tints of Dark Orchid #B821E3
RGB
CMYK
RGB Variations
Color information
#B821E3 (or 0xB821E3) is known color: Dark Orchid. HEX triplet: B8, 21 and E3. RGB value is (184,33,227). Sum of RGB (Red+Green+Blue) = 184+33+227=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 33 (13.28% from 255 or 7.43% from 444); Blue value is 227 (89.06% from 255 or 51.13% from 444); Max value from RGB is 227 - color contains mainly: blue. Hex color #B821E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B821E3 is #47DE1C. Grayscale: #636363. Windows color (decimal): -4709917 or 14885304. OLE color: 14885304.
HSL color Cylindrical-coordinate representation of color #B821E3: hue angle of 286.7º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B821E3 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 33 | 227 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.11 |
| HSL | 286.7º | 0.78% | 0.51% | - |
| HSV(B) | 286.7º | 0.85% | 0.89% | - |
| XYZ | 34.18 | 16.82 | 74.12 | - |
| YUV | 100.27 | 199.53 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 227 | 0.19 | 0.85 | 0 | 0.11 | 286.7 | 0.78 | 0.51 |
| Hex | B8 | 21 | E3 | 13 | 55 | 0 | B | 11F | 4E | 33 |
| Octal | 270 | 41 | 343 | 23 | 125 | 0 | 13 | 437 | 116 | 63 |
| Binary | 10111000 | 100001 | 11100011 | 10011 | 1010101 | 0 | 1011 | 100011111 | 1001110 | 110011 |
Color Harmonies of #B821E3
Complementary color
Monochromatic Colors of #B821E3
Black with #B821E3
Text Example
Text Example
White with #B821E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B821E3; }
p { color: rgb(184,33,227); }
H1.HeaderClassName
{
color: #B821E3;
}
.AnyTagClassName
{
color: #B821E3;
}
</style>
background-color css
<style>
a { background-color: #B821E3; }
a { background-color: rgb(184,33,227); }
div.DivClassName
{
background-color: #B821E3;
}
.BgClassName
{
background-color: #B821E3;
}
</style>
border-color css
<style>
span { border-color: #B821E3; }
span { border-color: rgb(184,33,227); }
td.TdClassName
{
border-color: #B821E3;
}
.TagClassName
{
border-color: #B821E3;
}
</style>