Shades of Dark Orchid #B436DA
Tints of Dark Orchid #B436DA
RGB
CMYK
RGB Variations
Color information
#B436DA (or 0xB436DA) is known color: Dark Orchid. HEX triplet: B4, 36 and DA. RGB value is (180,54,218). Sum of RGB (Red+Green+Blue) = 180+54+218=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #B436DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B436DA is #4BC925. Grayscale: #6D6D6D. Windows color (decimal): -4966694 or 14300852. OLE color: 14300852.
HSL color Cylindrical-coordinate representation of color #B436DA: hue angle of 286.1º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B436DA is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 54 | 218 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.15 |
| HSL | 286.1º | 0.69% | 0.53% | - |
| HSV(B) | 286.1º | 0.75% | 0.85% | - |
| XYZ | 32.8 | 17.4 | 67.96 | - |
| YUV | 110.37 | 188.74 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 54 | 218 | 0.17 | 0.75 | 0 | 0.15 | 286.1 | 0.69 | 0.53 |
| Hex | B4 | 36 | DA | 11 | 4B | 0 | F | 11E | 45 | 35 |
| Octal | 264 | 66 | 332 | 21 | 113 | 0 | 17 | 436 | 105 | 65 |
| Binary | 10110100 | 110110 | 11011010 | 10001 | 1001011 | 0 | 1111 | 100011110 | 1000101 | 110101 |
Color Harmonies of #B436DA
Complementary color
Monochromatic Colors of #B436DA
Black with #B436DA
Text Example
Text Example
White with #B436DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B436DA; }
p { color: rgb(180,54,218); }
H1.HeaderClassName
{
color: #B436DA;
}
.AnyTagClassName
{
color: #B436DA;
}
</style>
background-color css
<style>
a { background-color: #B436DA; }
a { background-color: rgb(180,54,218); }
div.DivClassName
{
background-color: #B436DA;
}
.BgClassName
{
background-color: #B436DA;
}
</style>
border-color css
<style>
span { border-color: #B436DA; }
span { border-color: rgb(180,54,218); }
td.TdClassName
{
border-color: #B436DA;
}
.TagClassName
{
border-color: #B436DA;
}
</style>