Shades of Dark Orchid #B530C0
Tints of Dark Orchid #B530C0
RGB
CMYK
RGB Variations
Color information
#B530C0 (or 0xB530C0) is known color: Dark Orchid. HEX triplet: B5, 30 and C0. RGB value is (181,48,192). Sum of RGB (Red+Green+Blue) = 181+48+192=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #B530C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B530C0 is #4ACF3F. Grayscale: #676767. Windows color (decimal): -4902720 or 12595381. OLE color: 12595381.
HSL color Cylindrical-coordinate representation of color #B530C0: hue angle of 295.42º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B530C0 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 48 | 192 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.25 |
| HSL | 295.42º | 0.6% | 0.47% | - |
| HSV(B) | 295.42º | 0.75% | 0.75% | - |
| XYZ | 29.63 | 15.74 | 51.35 | - |
| YUV | 104.18 | 177.56 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 48 | 192 | 0.06 | 0.75 | 0 | 0.25 | 295.42 | 0.6 | 0.47 |
| Hex | B5 | 30 | C0 | 6 | 4B | 0 | 19 | 127 | 3C | 2F |
| Octal | 265 | 60 | 300 | 6 | 113 | 0 | 31 | 447 | 74 | 57 |
| Binary | 10110101 | 110000 | 11000000 | 110 | 1001011 | 0 | 11001 | 100100111 | 111100 | 101111 |
Color Harmonies of #B530C0
Complementary color
Monochromatic Colors of #B530C0
Black with #B530C0
Text Example
Text Example
White with #B530C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B530C0; }
p { color: rgb(181,48,192); }
H1.HeaderClassName
{
color: #B530C0;
}
.AnyTagClassName
{
color: #B530C0;
}
</style>
background-color css
<style>
a { background-color: #B530C0; }
a { background-color: rgb(181,48,192); }
div.DivClassName
{
background-color: #B530C0;
}
.BgClassName
{
background-color: #B530C0;
}
</style>
border-color css
<style>
span { border-color: #B530C0; }
span { border-color: rgb(181,48,192); }
td.TdClassName
{
border-color: #B530C0;
}
.TagClassName
{
border-color: #B530C0;
}
</style>