Shades of Dark Orchid #B434DB
Tints of Dark Orchid #B434DB
RGB
CMYK
RGB Variations
Color information
#B434DB (or 0xB434DB) is known color: Dark Orchid. HEX triplet: B4, 34 and DB. RGB value is (180,52,219). Sum of RGB (Red+Green+Blue) = 180+52+219=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #B434DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B434DB is #4BCB24. Grayscale: #6C6C6C. Windows color (decimal): -4967205 or 14365876. OLE color: 14365876.
HSL color Cylindrical-coordinate representation of color #B434DB: hue angle of 285.99º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B434DB is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 52 | 219 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.14 |
| HSL | 285.99º | 0.7% | 0.53% | - |
| HSV(B) | 285.99º | 0.76% | 0.86% | - |
| XYZ | 32.84 | 17.27 | 68.62 | - |
| YUV | 109.31 | 189.91 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 219 | 0.18 | 0.76 | 0 | 0.14 | 285.99 | 0.7 | 0.53 |
| Hex | B4 | 34 | DB | 12 | 4C | 0 | E | 11E | 46 | 35 |
| Octal | 264 | 64 | 333 | 22 | 114 | 0 | 16 | 436 | 106 | 65 |
| Binary | 10110100 | 110100 | 11011011 | 10010 | 1001100 | 0 | 1110 | 100011110 | 1000110 | 110101 |
Color Harmonies of #B434DB
Complementary color
Monochromatic Colors of #B434DB
Black with #B434DB
Text Example
Text Example
White with #B434DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B434DB; }
p { color: rgb(180,52,219); }
H1.HeaderClassName
{
color: #B434DB;
}
.AnyTagClassName
{
color: #B434DB;
}
</style>
background-color css
<style>
a { background-color: #B434DB; }
a { background-color: rgb(180,52,219); }
div.DivClassName
{
background-color: #B434DB;
}
.BgClassName
{
background-color: #B434DB;
}
</style>
border-color css
<style>
span { border-color: #B434DB; }
span { border-color: rgb(180,52,219); }
td.TdClassName
{
border-color: #B434DB;
}
.TagClassName
{
border-color: #B434DB;
}
</style>