Shades of Dark Orchid #B531CC
Tints of Dark Orchid #B531CC
RGB
CMYK
RGB Variations
Color information
#B531CC (or 0xB531CC) is known color: Dark Orchid. HEX triplet: B5, 31 and CC. RGB value is (181,49,204). Sum of RGB (Red+Green+Blue) = 181+49+204=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #B531CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531CC is #4ACE33. Grayscale: #696969. Windows color (decimal): -4902452 or 13382069. OLE color: 13382069.
HSL color Cylindrical-coordinate representation of color #B531CC: hue angle of 291.1º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B531CC is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 49 | 204 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.2 |
| HSL | 291.1º | 0.61% | 0.5% | - |
| HSV(B) | 291.1º | 0.76% | 0.8% | - |
| XYZ | 31.05 | 16.38 | 58.65 | - |
| YUV | 106.14 | 183.23 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 204 | 0.11 | 0.76 | 0 | 0.2 | 291.1 | 0.61 | 0.5 |
| Hex | B5 | 31 | CC | B | 4C | 0 | 14 | 123 | 3D | 32 |
| Octal | 265 | 61 | 314 | 13 | 114 | 0 | 24 | 443 | 75 | 62 |
| Binary | 10110101 | 110001 | 11001100 | 1011 | 1001100 | 0 | 10100 | 100100011 | 111101 | 110010 |
Color Harmonies of #B531CC
Complementary color
Monochromatic Colors of #B531CC
Black with #B531CC
Text Example
Text Example
White with #B531CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B531CC; }
p { color: rgb(181,49,204); }
H1.HeaderClassName
{
color: #B531CC;
}
.AnyTagClassName
{
color: #B531CC;
}
</style>
background-color css
<style>
a { background-color: #B531CC; }
a { background-color: rgb(181,49,204); }
div.DivClassName
{
background-color: #B531CC;
}
.BgClassName
{
background-color: #B531CC;
}
</style>
border-color css
<style>
span { border-color: #B531CC; }
span { border-color: rgb(181,49,204); }
td.TdClassName
{
border-color: #B531CC;
}
.TagClassName
{
border-color: #B531CC;
}
</style>