Shades of Dark Orchid #B434DC
Tints of Dark Orchid #B434DC
RGB
CMYK
RGB Variations
Color information
#B434DC (or 0xB434DC) is known color: Dark Orchid. HEX triplet: B4, 34 and DC. RGB value is (180,52,220). Sum of RGB (Red+Green+Blue) = 180+52+220=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #B434DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B434DC is #4BCB23. Grayscale: #6C6C6C. Windows color (decimal): -4967204 or 14431412. OLE color: 14431412.
HSL color Cylindrical-coordinate representation of color #B434DC: hue angle of 285.71º degrees, saturation: 0.71, 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 #B434DC is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 52 | 220 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.14 |
| HSL | 285.71º | 0.71% | 0.53% | - |
| HSV(B) | 285.71º | 0.76% | 0.86% | - |
| XYZ | 32.97 | 17.33 | 69.32 | - |
| YUV | 109.42 | 190.41 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 220 | 0.18 | 0.76 | 0 | 0.14 | 285.71 | 0.71 | 0.53 |
| Hex | B4 | 34 | DC | 12 | 4C | 0 | E | 11E | 47 | 35 |
| Octal | 264 | 64 | 334 | 22 | 114 | 0 | 16 | 436 | 107 | 65 |
| Binary | 10110100 | 110100 | 11011100 | 10010 | 1001100 | 0 | 1110 | 100011110 | 1000111 | 110101 |
Color Harmonies of #B434DC
Complementary color
Monochromatic Colors of #B434DC
Black with #B434DC
Text Example
Text Example
White with #B434DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B434DC; }
p { color: rgb(180,52,220); }
H1.HeaderClassName
{
color: #B434DC;
}
.AnyTagClassName
{
color: #B434DC;
}
</style>
background-color css
<style>
a { background-color: #B434DC; }
a { background-color: rgb(180,52,220); }
div.DivClassName
{
background-color: #B434DC;
}
.BgClassName
{
background-color: #B434DC;
}
</style>
border-color css
<style>
span { border-color: #B434DC; }
span { border-color: rgb(180,52,220); }
td.TdClassName
{
border-color: #B434DC;
}
.TagClassName
{
border-color: #B434DC;
}
</style>