Shades of Dark Orchid #B531C1
Tints of Dark Orchid #B531C1
RGB
CMYK
RGB Variations
Color information
#B531C1 (or 0xB531C1) is known color: Dark Orchid. HEX triplet: B5, 31 and C1. RGB value is (181,49,193). Sum of RGB (Red+Green+Blue) = 181+49+193=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 193 - color contains mainly: blue. Hex color #B531C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531C1 is #4ACE3E. Grayscale: #686868. Windows color (decimal): -4902463 or 12661173. OLE color: 12661173.
HSL color Cylindrical-coordinate representation of color #B531C1: hue angle of 295º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B531C1 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 49 | 193 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.24 |
| HSL | 295º | 0.6% | 0.47% | - |
| HSV(B) | 295º | 0.75% | 0.76% | - |
| XYZ | 29.78 | 15.87 | 51.95 | - |
| YUV | 104.88 | 177.73 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 193 | 0.06 | 0.75 | 0 | 0.24 | 295 | 0.6 | 0.47 |
| Hex | B5 | 31 | C1 | 6 | 4B | 0 | 18 | 127 | 3C | 2F |
| Octal | 265 | 61 | 301 | 6 | 113 | 0 | 30 | 447 | 74 | 57 |
| Binary | 10110101 | 110001 | 11000001 | 110 | 1001011 | 0 | 11000 | 100100111 | 111100 | 101111 |
Color Harmonies of #B531C1
Complementary color
Monochromatic Colors of #B531C1
Black with #B531C1
Text Example
Text Example
White with #B531C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B531C1; }
p { color: rgb(181,49,193); }
H1.HeaderClassName
{
color: #B531C1;
}
.AnyTagClassName
{
color: #B531C1;
}
</style>
background-color css
<style>
a { background-color: #B531C1; }
a { background-color: rgb(181,49,193); }
div.DivClassName
{
background-color: #B531C1;
}
.BgClassName
{
background-color: #B531C1;
}
</style>
border-color css
<style>
span { border-color: #B531C1; }
span { border-color: rgb(181,49,193); }
td.TdClassName
{
border-color: #B531C1;
}
.TagClassName
{
border-color: #B531C1;
}
</style>