Shades of Dark Orchid #B41ADB
Tints of Dark Orchid #B41ADB
RGB
CMYK
RGB Variations
Color information
#B41ADB (or 0xB41ADB) is known color: Dark Orchid. HEX triplet: B4, 1A and DB. RGB value is (180,26,219). Sum of RGB (Red+Green+Blue) = 180+26+219=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 26 (10.55% from 255 or 6.12% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #B41ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41ADB is #4BE524. Grayscale: #5D5D5D. Windows color (decimal): -4973861 or 14359220. OLE color: 14359220.
HSL color Cylindrical-coordinate representation of color #B41ADB: hue angle of 287.88º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41ADB is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 26 | 219 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.14 |
| HSL | 287.88º | 0.79% | 0.48% | - |
| HSV(B) | 287.88º | 0.88% | 0.86% | - |
| XYZ | 31.98 | 15.56 | 68.34 | - |
| YUV | 94.05 | 198.52 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 26 | 219 | 0.18 | 0.88 | 0 | 0.14 | 287.88 | 0.79 | 0.48 |
| Hex | B4 | 1A | DB | 12 | 58 | 0 | E | 120 | 4F | 30 |
| Octal | 264 | 32 | 333 | 22 | 130 | 0 | 16 | 440 | 117 | 60 |
| Binary | 10110100 | 11010 | 11011011 | 10010 | 1011000 | 0 | 1110 | 100100000 | 1001111 | 110000 |
Color Harmonies of #B41ADB
Complementary color
Monochromatic Colors of #B41ADB
Black with #B41ADB
Text Example
Text Example
White with #B41ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41ADB; }
p { color: rgb(180,26,219); }
H1.HeaderClassName
{
color: #B41ADB;
}
.AnyTagClassName
{
color: #B41ADB;
}
</style>
background-color css
<style>
a { background-color: #B41ADB; }
a { background-color: rgb(180,26,219); }
div.DivClassName
{
background-color: #B41ADB;
}
.BgClassName
{
background-color: #B41ADB;
}
</style>
border-color css
<style>
span { border-color: #B41ADB; }
span { border-color: rgb(180,26,219); }
td.TdClassName
{
border-color: #B41ADB;
}
.TagClassName
{
border-color: #B41ADB;
}
</style>