Shades of Dark Orchid #B529DA
Tints of Dark Orchid #B529DA
RGB
CMYK
RGB Variations
Color information
#B529DA (or 0xB529DA) is known color: Dark Orchid. HEX triplet: B5, 29 and DA. RGB value is (181,41,218). Sum of RGB (Red+Green+Blue) = 181+41+218=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #B529DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B529DA is #4AD625. Grayscale: #666666. Windows color (decimal): -4904486 or 14297525. OLE color: 14297525.
HSL color Cylindrical-coordinate representation of color #B529DA: hue angle of 287.46º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B529DA is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 41 | 218 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.15 |
| HSL | 287.46º | 0.71% | 0.51% | - |
| HSV(B) | 287.46º | 0.81% | 0.85% | - |
| XYZ | 32.5 | 16.47 | 67.8 | - |
| YUV | 103.04 | 192.88 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 218 | 0.17 | 0.81 | 0 | 0.15 | 287.46 | 0.71 | 0.51 |
| Hex | B5 | 29 | DA | 11 | 51 | 0 | F | 11F | 47 | 33 |
| Octal | 265 | 51 | 332 | 21 | 121 | 0 | 17 | 437 | 107 | 63 |
| Binary | 10110101 | 101001 | 11011010 | 10001 | 1010001 | 0 | 1111 | 100011111 | 1000111 | 110011 |
Color Harmonies of #B529DA
Complementary color
Monochromatic Colors of #B529DA
Black with #B529DA
Text Example
Text Example
White with #B529DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B529DA; }
p { color: rgb(181,41,218); }
H1.HeaderClassName
{
color: #B529DA;
}
.AnyTagClassName
{
color: #B529DA;
}
</style>
background-color css
<style>
a { background-color: #B529DA; }
a { background-color: rgb(181,41,218); }
div.DivClassName
{
background-color: #B529DA;
}
.BgClassName
{
background-color: #B529DA;
}
</style>
border-color css
<style>
span { border-color: #B529DA; }
span { border-color: rgb(181,41,218); }
td.TdClassName
{
border-color: #B529DA;
}
.TagClassName
{
border-color: #B529DA;
}
</style>