Shades of Dark Orchid #B521E6
Tints of Dark Orchid #B521E6
RGB
CMYK
RGB Variations
Color information
#B521E6 (or 0xB521E6) is known color: Dark Orchid. HEX triplet: B5, 21 and E6. RGB value is (181,33,230). Sum of RGB (Red+Green+Blue) = 181+33+230=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 33 (13.28% from 255 or 7.43% from 444); Blue value is 230 (90.23% from 255 or 51.80% from 444); Max value from RGB is 230 - color contains mainly: blue. Hex color #B521E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B521E6 is #4ADE19. Grayscale: #636363. Windows color (decimal): -4906522 or 15081909. OLE color: 15081909.
HSL color Cylindrical-coordinate representation of color #B521E6: hue angle of 285.08º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B521E6 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 33 | 230 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.10 |
| HSL | 285.08º | 0.8% | 0.52% | - |
| HSV(B) | 285.08º | 0.86% | 0.9% | - |
| XYZ | 33.88 | 16.62 | 76.29 | - |
| YUV | 99.71 | 201.53 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 230 | 0.21 | 0.86 | 0 | 0.10 | 285.08 | 0.8 | 0.52 |
| Hex | B5 | 21 | E6 | 15 | 56 | 0 | A | 11D | 50 | 34 |
| Octal | 265 | 41 | 346 | 25 | 126 | 0 | 12 | 435 | 120 | 64 |
| Binary | 10110101 | 100001 | 11100110 | 10101 | 1010110 | 0 | 1010 | 100011101 | 1010000 | 110100 |
Color Harmonies of #B521E6
Complementary color
Monochromatic Colors of #B521E6
Black with #B521E6
Text Example
Text Example
White with #B521E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521E6; }
p { color: rgb(181,33,230); }
H1.HeaderClassName
{
color: #B521E6;
}
.AnyTagClassName
{
color: #B521E6;
}
</style>
background-color css
<style>
a { background-color: #B521E6; }
a { background-color: rgb(181,33,230); }
div.DivClassName
{
background-color: #B521E6;
}
.BgClassName
{
background-color: #B521E6;
}
</style>
border-color css
<style>
span { border-color: #B521E6; }
span { border-color: rgb(181,33,230); }
td.TdClassName
{
border-color: #B521E6;
}
.TagClassName
{
border-color: #B521E6;
}
</style>