Shades of Dark Orchid #B921E2
Tints of Dark Orchid #B921E2
RGB
CMYK
RGB Variations
Color information
#B921E2 (or 0xB921E2) is known color: Dark Orchid. HEX triplet: B9, 21 and E2. RGB value is (185,33,226). Sum of RGB (Red+Green+Blue) = 185+33+226=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 33 (13.28% from 255 or 7.43% from 444); Blue value is 226 (88.67% from 255 or 50.90% from 444); Max value from RGB is 226 - color contains mainly: blue. Hex color #B921E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B921E2 is #46DE1D. Grayscale: #636363. Windows color (decimal): -4644382 or 14819769. OLE color: 14819769.
HSL color Cylindrical-coordinate representation of color #B921E2: hue angle of 287.25º degrees, saturation: 0.77, 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 #B921E2 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 33 | 226 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.11 |
| HSL | 287.25º | 0.77% | 0.51% | - |
| HSV(B) | 287.25º | 0.85% | 0.89% | - |
| XYZ | 34.28 | 16.89 | 73.41 | - |
| YUV | 100.45 | 198.86 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 226 | 0.18 | 0.85 | 0 | 0.11 | 287.25 | 0.77 | 0.51 |
| Hex | B9 | 21 | E2 | 12 | 55 | 0 | B | 11F | 4D | 33 |
| Octal | 271 | 41 | 342 | 22 | 125 | 0 | 13 | 437 | 115 | 63 |
| Binary | 10111001 | 100001 | 11100010 | 10010 | 1010101 | 0 | 1011 | 100011111 | 1001101 | 110011 |
Color Harmonies of #B921E2
Complementary color
Monochromatic Colors of #B921E2
Black with #B921E2
Text Example
Text Example
White with #B921E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B921E2; }
p { color: rgb(185,33,226); }
H1.HeaderClassName
{
color: #B921E2;
}
.AnyTagClassName
{
color: #B921E2;
}
</style>
background-color css
<style>
a { background-color: #B921E2; }
a { background-color: rgb(185,33,226); }
div.DivClassName
{
background-color: #B921E2;
}
.BgClassName
{
background-color: #B921E2;
}
</style>
border-color css
<style>
span { border-color: #B921E2; }
span { border-color: rgb(185,33,226); }
td.TdClassName
{
border-color: #B921E2;
}
.TagClassName
{
border-color: #B921E2;
}
</style>