Shades of Dark Orchid #B435D9
Tints of Dark Orchid #B435D9
RGB
CMYK
RGB Variations
Color information
#B435D9 (or 0xB435D9) is known color: Dark Orchid. HEX triplet: B4, 35 and D9. RGB value is (180,53,217). Sum of RGB (Red+Green+Blue) = 180+53+217=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 217 (85.16% from 255 or 48.22% from 450); Max value from RGB is 217 - color contains mainly: blue. Hex color #B435D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B435D9 is #4BCA26. Grayscale: #6D6D6D. Windows color (decimal): -4966951 or 14235060. OLE color: 14235060.
HSL color Cylindrical-coordinate representation of color #B435D9: hue angle of 286.46º 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 #B435D9 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 53 | 217 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.15 |
| HSL | 286.46º | 0.68% | 0.53% | - |
| HSV(B) | 286.46º | 0.76% | 0.85% | - |
| XYZ | 32.62 | 17.26 | 67.26 | - |
| YUV | 109.67 | 188.58 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 53 | 217 | 0.17 | 0.76 | 0 | 0.15 | 286.46 | 0.68 | 0.53 |
| Hex | B4 | 35 | D9 | 11 | 4C | 0 | F | 11E | 44 | 35 |
| Octal | 264 | 65 | 331 | 21 | 114 | 0 | 17 | 436 | 104 | 65 |
| Binary | 10110100 | 110101 | 11011001 | 10001 | 1001100 | 0 | 1111 | 100011110 | 1000100 | 110101 |
Color Harmonies of #B435D9
Complementary color
Monochromatic Colors of #B435D9
Black with #B435D9
Text Example
Text Example
White with #B435D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B435D9; }
p { color: rgb(180,53,217); }
H1.HeaderClassName
{
color: #B435D9;
}
.AnyTagClassName
{
color: #B435D9;
}
</style>
background-color css
<style>
a { background-color: #B435D9; }
a { background-color: rgb(180,53,217); }
div.DivClassName
{
background-color: #B435D9;
}
.BgClassName
{
background-color: #B435D9;
}
</style>
border-color css
<style>
span { border-color: #B435D9; }
span { border-color: rgb(180,53,217); }
td.TdClassName
{
border-color: #B435D9;
}
.TagClassName
{
border-color: #B435D9;
}
</style>