Shades of Dark Orchid #B434ED
Tints of Dark Orchid #B434ED
RGB
CMYK
RGB Variations
Color information
#B434ED (or 0xB434ED) is known color: Dark Orchid. HEX triplet: B4, 34 and ED. RGB value is (180,52,237). Sum of RGB (Red+Green+Blue) = 180+52+237=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 52 (20.70% from 255 or 11.09% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #B434ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B434ED is #4BCB12. Grayscale: #6E6E6E. Windows color (decimal): -4967187 or 15545524. OLE color: 15545524.
HSL color Cylindrical-coordinate representation of color #B434ED: hue angle of 281.51º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B434ED is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 52 | 237 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.07 |
| HSL | 281.51º | 0.84% | 0.57% | - |
| HSV(B) | 281.51º | 0.78% | 0.93% | - |
| XYZ | 35.34 | 18.27 | 81.79 | - |
| YUV | 111.36 | 198.91 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 237 | 0.24 | 0.78 | 0 | 0.07 | 281.51 | 0.84 | 0.57 |
| Hex | B4 | 34 | ED | 18 | 4E | 0 | 7 | 11A | 54 | 39 |
| Octal | 264 | 64 | 355 | 30 | 116 | 0 | 7 | 432 | 124 | 71 |
| Binary | 10110100 | 110100 | 11101101 | 11000 | 1001110 | 0 | 111 | 100011010 | 1010100 | 111001 |
Color Harmonies of #B434ED
Complementary color
Monochromatic Colors of #B434ED
Black with #B434ED
Text Example
Text Example
White with #B434ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B434ED; }
p { color: rgb(180,52,237); }
H1.HeaderClassName
{
color: #B434ED;
}
.AnyTagClassName
{
color: #B434ED;
}
</style>
background-color css
<style>
a { background-color: #B434ED; }
a { background-color: rgb(180,52,237); }
div.DivClassName
{
background-color: #B434ED;
}
.BgClassName
{
background-color: #B434ED;
}
</style>
border-color css
<style>
span { border-color: #B434ED; }
span { border-color: rgb(180,52,237); }
td.TdClassName
{
border-color: #B434ED;
}
.TagClassName
{
border-color: #B434ED;
}
</style>