Shades of Dark Orchid #B434D8
Tints of Dark Orchid #B434D8
RGB
CMYK
RGB Variations
Color information
#B434D8 (or 0xB434D8) is known color: Dark Orchid. HEX triplet: B4, 34 and D8. RGB value is (180,52,216). Sum of RGB (Red+Green+Blue) = 180+52+216=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 216 - color contains mainly: blue. Hex color #B434D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B434D8 is #4BCB27. Grayscale: #6C6C6C. Windows color (decimal): -4967208 or 14169268. OLE color: 14169268.
HSL color Cylindrical-coordinate representation of color #B434D8: hue angle of 286.83º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B434D8 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 52 | 216 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.15 |
| HSL | 286.83º | 0.68% | 0.53% | - |
| HSV(B) | 286.83º | 0.76% | 0.85% | - |
| XYZ | 32.45 | 17.12 | 66.56 | - |
| YUV | 108.97 | 188.41 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 216 | 0.17 | 0.76 | 0 | 0.15 | 286.83 | 0.68 | 0.53 |
| Hex | B4 | 34 | D8 | 11 | 4C | 0 | F | 11F | 44 | 35 |
| Octal | 264 | 64 | 330 | 21 | 114 | 0 | 17 | 437 | 104 | 65 |
| Binary | 10110100 | 110100 | 11011000 | 10001 | 1001100 | 0 | 1111 | 100011111 | 1000100 | 110101 |
Color Harmonies of #B434D8
Complementary color
Monochromatic Colors of #B434D8
Black with #B434D8
Text Example
Text Example
White with #B434D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B434D8; }
p { color: rgb(180,52,216); }
H1.HeaderClassName
{
color: #B434D8;
}
.AnyTagClassName
{
color: #B434D8;
}
</style>
background-color css
<style>
a { background-color: #B434D8; }
a { background-color: rgb(180,52,216); }
div.DivClassName
{
background-color: #B434D8;
}
.BgClassName
{
background-color: #B434D8;
}
</style>
border-color css
<style>
span { border-color: #B434D8; }
span { border-color: rgb(180,52,216); }
td.TdClassName
{
border-color: #B434D8;
}
.TagClassName
{
border-color: #B434D8;
}
</style>