Shades of Dark Orchid #B521BE
Tints of Dark Orchid #B521BE
RGB
CMYK
RGB Variations
Color information
#B521BE (or 0xB521BE) is known color: Dark Orchid. HEX triplet: B5, 21 and BE. RGB value is (181,33,190). Sum of RGB (Red+Green+Blue) = 181+33+190=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #B521BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521BE is #4ADE41. Grayscale: #5E5E5E. Windows color (decimal): -4906562 or 12460469. OLE color: 12460469.
HSL color Cylindrical-coordinate representation of color #B521BE: hue angle of 296.56º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B521BE is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 33 | 190 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.25 |
| HSL | 296.56º | 0.7% | 0.44% | - |
| HSV(B) | 296.56º | 0.83% | 0.75% | - |
| XYZ | 28.89 | 14.63 | 50.02 | - |
| YUV | 95.15 | 181.53 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 190 | 0.05 | 0.83 | 0 | 0.25 | 296.56 | 0.7 | 0.44 |
| Hex | B5 | 21 | BE | 5 | 53 | 0 | 19 | 129 | 46 | 2C |
| Octal | 265 | 41 | 276 | 5 | 123 | 0 | 31 | 451 | 106 | 54 |
| Binary | 10110101 | 100001 | 10111110 | 101 | 1010011 | 0 | 11001 | 100101001 | 1000110 | 101100 |
Color Harmonies of #B521BE
Complementary color
Monochromatic Colors of #B521BE
Black with #B521BE
Text Example
Text Example
White with #B521BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521BE; }
p { color: rgb(181,33,190); }
H1.HeaderClassName
{
color: #B521BE;
}
.AnyTagClassName
{
color: #B521BE;
}
</style>
background-color css
<style>
a { background-color: #B521BE; }
a { background-color: rgb(181,33,190); }
div.DivClassName
{
background-color: #B521BE;
}
.BgClassName
{
background-color: #B521BE;
}
</style>
border-color css
<style>
span { border-color: #B521BE; }
span { border-color: rgb(181,33,190); }
td.TdClassName
{
border-color: #B521BE;
}
.TagClassName
{
border-color: #B521BE;
}
</style>