Shades of Dark Orchid #B530E5
Tints of Dark Orchid #B530E5
RGB
CMYK
RGB Variations
Color information
#B530E5 (or 0xB530E5) is known color: Dark Orchid. HEX triplet: B5, 30 and E5. RGB value is (181,48,229). Sum of RGB (Red+Green+Blue) = 181+48+229=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 229 (89.84% from 255 or 50% from 458); Max value from RGB is 229 - color contains mainly: blue. Hex color #B530E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B530E5 is #4ACF1A. Grayscale: #6B6B6B. Windows color (decimal): -4902683 or 15020213. OLE color: 15020213.
HSL color Cylindrical-coordinate representation of color #B530E5: hue angle of 284.09º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B530E5 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 48 | 229 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.10 |
| HSL | 284.09º | 0.78% | 0.54% | - |
| HSV(B) | 284.09º | 0.79% | 0.9% | - |
| XYZ | 34.26 | 17.59 | 75.72 | - |
| YUV | 108.4 | 196.06 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 48 | 229 | 0.21 | 0.79 | 0 | 0.10 | 284.09 | 0.78 | 0.54 |
| Hex | B5 | 30 | E5 | 15 | 4F | 0 | A | 11C | 4E | 36 |
| Octal | 265 | 60 | 345 | 25 | 117 | 0 | 12 | 434 | 116 | 66 |
| Binary | 10110101 | 110000 | 11100101 | 10101 | 1001111 | 0 | 1010 | 100011100 | 1001110 | 110110 |
Color Harmonies of #B530E5
Complementary color
Monochromatic Colors of #B530E5
Black with #B530E5
Text Example
Text Example
White with #B530E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B530E5; }
p { color: rgb(181,48,229); }
H1.HeaderClassName
{
color: #B530E5;
}
.AnyTagClassName
{
color: #B530E5;
}
</style>
background-color css
<style>
a { background-color: #B530E5; }
a { background-color: rgb(181,48,229); }
div.DivClassName
{
background-color: #B530E5;
}
.BgClassName
{
background-color: #B530E5;
}
</style>
border-color css
<style>
span { border-color: #B530E5; }
span { border-color: rgb(181,48,229); }
td.TdClassName
{
border-color: #B530E5;
}
.TagClassName
{
border-color: #B530E5;
}
</style>