Shades of Dark Orchid #B531C3
Tints of Dark Orchid #B531C3
RGB
CMYK
RGB Variations
Color information
#B531C3 (or 0xB531C3) is known color: Dark Orchid. HEX triplet: B5, 31 and C3. RGB value is (181,49,195). Sum of RGB (Red+Green+Blue) = 181+49+195=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 195 (76.56% from 255 or 45.88% from 425); Max value from RGB is 195 - color contains mainly: blue. Hex color #B531C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531C3 is #4ACE3C. Grayscale: #686868. Windows color (decimal): -4902461 or 12792245. OLE color: 12792245.
HSL color Cylindrical-coordinate representation of color #B531C3: hue angle of 294.25º 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 #B531C3 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 49 | 195 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.24 |
| HSL | 294.25º | 0.6% | 0.48% | - |
| HSV(B) | 294.25º | 0.75% | 0.76% | - |
| XYZ | 30 | 15.96 | 53.13 | - |
| YUV | 105.11 | 178.73 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 195 | 0.07 | 0.75 | 0 | 0.24 | 294.25 | 0.6 | 0.48 |
| Hex | B5 | 31 | C3 | 7 | 4B | 0 | 18 | 126 | 3C | 30 |
| Octal | 265 | 61 | 303 | 7 | 113 | 0 | 30 | 446 | 74 | 60 |
| Binary | 10110101 | 110001 | 11000011 | 111 | 1001011 | 0 | 11000 | 100100110 | 111100 | 110000 |
Color Harmonies of #B531C3
Complementary color
Monochromatic Colors of #B531C3
Black with #B531C3
Text Example
Text Example
White with #B531C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B531C3; }
p { color: rgb(181,49,195); }
H1.HeaderClassName
{
color: #B531C3;
}
.AnyTagClassName
{
color: #B531C3;
}
</style>
background-color css
<style>
a { background-color: #B531C3; }
a { background-color: rgb(181,49,195); }
div.DivClassName
{
background-color: #B531C3;
}
.BgClassName
{
background-color: #B531C3;
}
</style>
border-color css
<style>
span { border-color: #B531C3; }
span { border-color: rgb(181,49,195); }
td.TdClassName
{
border-color: #B531C3;
}
.TagClassName
{
border-color: #B531C3;
}
</style>