Shades of Dark Orchid #B532CC
Tints of Dark Orchid #B532CC
RGB
CMYK
RGB Variations
Color information
#B532CC (or 0xB532CC) is known color: Dark Orchid. HEX triplet: B5, 32 and CC. RGB value is (181,50,204). Sum of RGB (Red+Green+Blue) = 181+50+204=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #B532CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B532CC is #4ACD33. Grayscale: #6A6A6A. Windows color (decimal): -4902196 or 13382325. OLE color: 13382325.
HSL color Cylindrical-coordinate representation of color #B532CC: hue angle of 291.04º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B532CC is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 50 | 204 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.2 |
| HSL | 291.04º | 0.61% | 0.5% | - |
| HSV(B) | 291.04º | 0.75% | 0.8% | - |
| XYZ | 31.1 | 16.46 | 58.67 | - |
| YUV | 106.73 | 182.9 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 204 | 0.11 | 0.75 | 0 | 0.2 | 291.04 | 0.61 | 0.5 |
| Hex | B5 | 32 | CC | B | 4B | 0 | 14 | 123 | 3D | 32 |
| Octal | 265 | 62 | 314 | 13 | 113 | 0 | 24 | 443 | 75 | 62 |
| Binary | 10110101 | 110010 | 11001100 | 1011 | 1001011 | 0 | 10100 | 100100011 | 111101 | 110010 |
Color Harmonies of #B532CC
Complementary color
Monochromatic Colors of #B532CC
Black with #B532CC
Text Example
Text Example
White with #B532CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B532CC; }
p { color: rgb(181,50,204); }
H1.HeaderClassName
{
color: #B532CC;
}
.AnyTagClassName
{
color: #B532CC;
}
</style>
background-color css
<style>
a { background-color: #B532CC; }
a { background-color: rgb(181,50,204); }
div.DivClassName
{
background-color: #B532CC;
}
.BgClassName
{
background-color: #B532CC;
}
</style>
border-color css
<style>
span { border-color: #B532CC; }
span { border-color: rgb(181,50,204); }
td.TdClassName
{
border-color: #B532CC;
}
.TagClassName
{
border-color: #B532CC;
}
</style>