Shades of Dark Orchid #B529E5
Tints of Dark Orchid #B529E5
RGB
CMYK
RGB Variations
Color information
#B529E5 (or 0xB529E5) is known color: Dark Orchid. HEX triplet: B5, 29 and E5. RGB value is (181,41,229). Sum of RGB (Red+Green+Blue) = 181+41+229=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 41 (16.41% from 255 or 9.09% from 451); Blue value is 229 (89.84% from 255 or 50.78% from 451); Max value from RGB is 229 - color contains mainly: blue. Hex color #B529E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B529E5 is #4AD61A. Grayscale: #676767. Windows color (decimal): -4904475 or 15018421. OLE color: 15018421.
HSL color Cylindrical-coordinate representation of color #B529E5: hue angle of 284.68º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B529E5 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 41 | 229 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.10 |
| HSL | 284.68º | 0.78% | 0.53% | - |
| HSV(B) | 284.68º | 0.82% | 0.9% | - |
| XYZ | 33.99 | 17.07 | 75.63 | - |
| YUV | 104.29 | 198.38 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 229 | 0.21 | 0.82 | 0 | 0.10 | 284.68 | 0.78 | 0.53 |
| Hex | B5 | 29 | E5 | 15 | 52 | 0 | A | 11D | 4E | 35 |
| Octal | 265 | 51 | 345 | 25 | 122 | 0 | 12 | 435 | 116 | 65 |
| Binary | 10110101 | 101001 | 11100101 | 10101 | 1010010 | 0 | 1010 | 100011101 | 1001110 | 110101 |
Color Harmonies of #B529E5
Complementary color
Monochromatic Colors of #B529E5
Black with #B529E5
Text Example
Text Example
White with #B529E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B529E5; }
p { color: rgb(181,41,229); }
H1.HeaderClassName
{
color: #B529E5;
}
.AnyTagClassName
{
color: #B529E5;
}
</style>
background-color css
<style>
a { background-color: #B529E5; }
a { background-color: rgb(181,41,229); }
div.DivClassName
{
background-color: #B529E5;
}
.BgClassName
{
background-color: #B529E5;
}
</style>
border-color css
<style>
span { border-color: #B529E5; }
span { border-color: rgb(181,41,229); }
td.TdClassName
{
border-color: #B529E5;
}
.TagClassName
{
border-color: #B529E5;
}
</style>