Shades of Dark Orchid #B530C2
Tints of Dark Orchid #B530C2
RGB
CMYK
RGB Variations
Color information
#B530C2 (or 0xB530C2) is known color: Dark Orchid. HEX triplet: B5, 30 and C2. RGB value is (181,48,194). Sum of RGB (Red+Green+Blue) = 181+48+194=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 194 - color contains mainly: blue. Hex color #B530C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B530C2 is #4ACF3D. Grayscale: #676767. Windows color (decimal): -4902718 or 12726453. OLE color: 12726453.
HSL color Cylindrical-coordinate representation of color #B530C2: hue angle of 294.66º 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 #B530C2 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 48 | 194 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.24 |
| HSL | 294.66º | 0.6% | 0.47% | - |
| HSV(B) | 294.66º | 0.75% | 0.76% | - |
| XYZ | 29.85 | 15.83 | 52.52 | - |
| YUV | 104.41 | 178.56 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 48 | 194 | 0.07 | 0.75 | 0 | 0.24 | 294.66 | 0.6 | 0.47 |
| Hex | B5 | 30 | C2 | 7 | 4B | 0 | 18 | 127 | 3C | 2F |
| Octal | 265 | 60 | 302 | 7 | 113 | 0 | 30 | 447 | 74 | 57 |
| Binary | 10110101 | 110000 | 11000010 | 111 | 1001011 | 0 | 11000 | 100100111 | 111100 | 101111 |
Color Harmonies of #B530C2
Complementary color
Monochromatic Colors of #B530C2
Black with #B530C2
Text Example
Text Example
White with #B530C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B530C2; }
p { color: rgb(181,48,194); }
H1.HeaderClassName
{
color: #B530C2;
}
.AnyTagClassName
{
color: #B530C2;
}
</style>
background-color css
<style>
a { background-color: #B530C2; }
a { background-color: rgb(181,48,194); }
div.DivClassName
{
background-color: #B530C2;
}
.BgClassName
{
background-color: #B530C2;
}
</style>
border-color css
<style>
span { border-color: #B530C2; }
span { border-color: rgb(181,48,194); }
td.TdClassName
{
border-color: #B530C2;
}
.TagClassName
{
border-color: #B530C2;
}
</style>