Shades of Dark Orchid #B434DA
Tints of Dark Orchid #B434DA
RGB
CMYK
RGB Variations
Color information
#B434DA (or 0xB434DA) is known color: Dark Orchid. HEX triplet: B4, 34 and DA. RGB value is (180,52,218). Sum of RGB (Red+Green+Blue) = 180+52+218=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #B434DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B434DA is #4BCB25. Grayscale: #6C6C6C. Windows color (decimal): -4967206 or 14300340. OLE color: 14300340.
HSL color Cylindrical-coordinate representation of color #B434DA: hue angle of 286.27º degrees, saturation: 0.69, 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 #B434DA is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 52 | 218 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.15 |
| HSL | 286.27º | 0.69% | 0.53% | - |
| HSV(B) | 286.27º | 0.76% | 0.85% | - |
| XYZ | 32.71 | 17.22 | 67.93 | - |
| YUV | 109.2 | 189.41 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 218 | 0.17 | 0.76 | 0 | 0.15 | 286.27 | 0.69 | 0.53 |
| Hex | B4 | 34 | DA | 11 | 4C | 0 | F | 11E | 45 | 35 |
| Octal | 264 | 64 | 332 | 21 | 114 | 0 | 17 | 436 | 105 | 65 |
| Binary | 10110100 | 110100 | 11011010 | 10001 | 1001100 | 0 | 1111 | 100011110 | 1000101 | 110101 |
Color Harmonies of #B434DA
Complementary color
Monochromatic Colors of #B434DA
Black with #B434DA
Text Example
Text Example
White with #B434DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B434DA; }
p { color: rgb(180,52,218); }
H1.HeaderClassName
{
color: #B434DA;
}
.AnyTagClassName
{
color: #B434DA;
}
</style>
background-color css
<style>
a { background-color: #B434DA; }
a { background-color: rgb(180,52,218); }
div.DivClassName
{
background-color: #B434DA;
}
.BgClassName
{
background-color: #B434DA;
}
</style>
border-color css
<style>
span { border-color: #B434DA; }
span { border-color: rgb(180,52,218); }
td.TdClassName
{
border-color: #B434DA;
}
.TagClassName
{
border-color: #B434DA;
}
</style>