Shades of Dark Orchid #B530DB
Tints of Dark Orchid #B530DB
RGB
CMYK
RGB Variations
Color information
#B530DB (or 0xB530DB) is known color: Dark Orchid. HEX triplet: B5, 30 and DB. RGB value is (181,48,219). Sum of RGB (Red+Green+Blue) = 181+48+219=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #B530DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B530DB is #4ACF24. Grayscale: #6A6A6A. Windows color (decimal): -4902693 or 14364853. OLE color: 14364853.
HSL color Cylindrical-coordinate representation of color #B530DB: hue angle of 286.67º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B530DB is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 48 | 219 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.14 |
| HSL | 286.67º | 0.7% | 0.52% | - |
| HSV(B) | 286.67º | 0.78% | 0.86% | - |
| XYZ | 32.9 | 17.05 | 68.58 | - |
| YUV | 107.26 | 191.06 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 48 | 219 | 0.17 | 0.78 | 0 | 0.14 | 286.67 | 0.7 | 0.52 |
| Hex | B5 | 30 | DB | 11 | 4E | 0 | E | 11F | 46 | 34 |
| Octal | 265 | 60 | 333 | 21 | 116 | 0 | 16 | 437 | 106 | 64 |
| Binary | 10110101 | 110000 | 11011011 | 10001 | 1001110 | 0 | 1110 | 100011111 | 1000110 | 110100 |
Color Harmonies of #B530DB
Complementary color
Monochromatic Colors of #B530DB
Black with #B530DB
Text Example
Text Example
White with #B530DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B530DB; }
p { color: rgb(181,48,219); }
H1.HeaderClassName
{
color: #B530DB;
}
.AnyTagClassName
{
color: #B530DB;
}
</style>
background-color css
<style>
a { background-color: #B530DB; }
a { background-color: rgb(181,48,219); }
div.DivClassName
{
background-color: #B530DB;
}
.BgClassName
{
background-color: #B530DB;
}
</style>
border-color css
<style>
span { border-color: #B530DB; }
span { border-color: rgb(181,48,219); }
td.TdClassName
{
border-color: #B530DB;
}
.TagClassName
{
border-color: #B530DB;
}
</style>