Shades of Dark Orchid #B531C2
Tints of Dark Orchid #B531C2
RGB
CMYK
RGB Variations
Color information
#B531C2 (or 0xB531C2) is known color: Dark Orchid. HEX triplet: B5, 31 and C2. RGB value is (181,49,194). Sum of RGB (Red+Green+Blue) = 181+49+194=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 194 (76.17% from 255 or 45.75% from 424); Max value from RGB is 194 - color contains mainly: blue. Hex color #B531C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531C2 is #4ACE3D. Grayscale: #686868. Windows color (decimal): -4902462 or 12726709. OLE color: 12726709.
HSL color Cylindrical-coordinate representation of color #B531C2: hue angle of 294.62º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B531C2 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 49 | 194 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.24 |
| HSL | 294.62º | 0.6% | 0.48% | - |
| HSV(B) | 294.62º | 0.75% | 0.76% | - |
| XYZ | 29.89 | 15.92 | 52.54 | - |
| YUV | 105 | 178.23 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 194 | 0.07 | 0.75 | 0 | 0.24 | 294.62 | 0.6 | 0.48 |
| Hex | B5 | 31 | C2 | 7 | 4B | 0 | 18 | 127 | 3C | 30 |
| Octal | 265 | 61 | 302 | 7 | 113 | 0 | 30 | 447 | 74 | 60 |
| Binary | 10110101 | 110001 | 11000010 | 111 | 1001011 | 0 | 11000 | 100100111 | 111100 | 110000 |
Color Harmonies of #B531C2
Complementary color
Monochromatic Colors of #B531C2
Black with #B531C2
Text Example
Text Example
White with #B531C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B531C2; }
p { color: rgb(181,49,194); }
H1.HeaderClassName
{
color: #B531C2;
}
.AnyTagClassName
{
color: #B531C2;
}
</style>
background-color css
<style>
a { background-color: #B531C2; }
a { background-color: rgb(181,49,194); }
div.DivClassName
{
background-color: #B531C2;
}
.BgClassName
{
background-color: #B531C2;
}
</style>
border-color css
<style>
span { border-color: #B531C2; }
span { border-color: rgb(181,49,194); }
td.TdClassName
{
border-color: #B531C2;
}
.TagClassName
{
border-color: #B531C2;
}
</style>