Shades of Dark Orchid #B529CB
Tints of Dark Orchid #B529CB
RGB
CMYK
RGB Variations
Color information
#B529CB (or 0xB529CB) is known color: Dark Orchid. HEX triplet: B5, 29 and CB. RGB value is (181,41,203). Sum of RGB (Red+Green+Blue) = 181+41+203=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #B529CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B529CB is #4AD634. Grayscale: #646464. Windows color (decimal): -4904501 or 13314485. OLE color: 13314485.
HSL color Cylindrical-coordinate representation of color #B529CB: hue angle of 291.85º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B529CB is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 41 | 203 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.20 |
| HSL | 291.85º | 0.66% | 0.48% | - |
| HSV(B) | 291.85º | 0.8% | 0.8% | - |
| XYZ | 30.63 | 15.72 | 57.92 | - |
| YUV | 101.33 | 185.38 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 203 | 0.11 | 0.80 | 0 | 0.20 | 291.85 | 0.66 | 0.48 |
| Hex | B5 | 29 | CB | B | 50 | 0 | 14 | 124 | 42 | 30 |
| Octal | 265 | 51 | 313 | 13 | 120 | 0 | 24 | 444 | 102 | 60 |
| Binary | 10110101 | 101001 | 11001011 | 1011 | 1010000 | 0 | 10100 | 100100100 | 1000010 | 110000 |
Color Harmonies of #B529CB
Complementary color
Monochromatic Colors of #B529CB
Black with #B529CB
Text Example
Text Example
White with #B529CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B529CB; }
p { color: rgb(181,41,203); }
H1.HeaderClassName
{
color: #B529CB;
}
.AnyTagClassName
{
color: #B529CB;
}
</style>
background-color css
<style>
a { background-color: #B529CB; }
a { background-color: rgb(181,41,203); }
div.DivClassName
{
background-color: #B529CB;
}
.BgClassName
{
background-color: #B529CB;
}
</style>
border-color css
<style>
span { border-color: #B529CB; }
span { border-color: rgb(181,41,203); }
td.TdClassName
{
border-color: #B529CB;
}
.TagClassName
{
border-color: #B529CB;
}
</style>