Shades of Dark Orchid #B435D8
Tints of Dark Orchid #B435D8
RGB
CMYK
RGB Variations
Color information
#B435D8 (or 0xB435D8) is known color: Dark Orchid. HEX triplet: B4, 35 and D8. RGB value is (180,53,216). Sum of RGB (Red+Green+Blue) = 180+53+216=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #B435D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B435D8 is #4BCA27. Grayscale: #6D6D6D. Windows color (decimal): -4966952 or 14169524. OLE color: 14169524.
HSL color Cylindrical-coordinate representation of color #B435D8: hue angle of 286.75º degrees, saturation: 0.68, 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 #B435D8 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 53 | 216 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.15 |
| HSL | 286.75º | 0.68% | 0.53% | - |
| HSV(B) | 286.75º | 0.75% | 0.85% | - |
| XYZ | 32.49 | 17.21 | 66.57 | - |
| YUV | 109.56 | 188.08 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 53 | 216 | 0.17 | 0.75 | 0 | 0.15 | 286.75 | 0.68 | 0.53 |
| Hex | B4 | 35 | D8 | 11 | 4B | 0 | F | 11F | 44 | 35 |
| Octal | 264 | 65 | 330 | 21 | 113 | 0 | 17 | 437 | 104 | 65 |
| Binary | 10110100 | 110101 | 11011000 | 10001 | 1001011 | 0 | 1111 | 100011111 | 1000100 | 110101 |
Color Harmonies of #B435D8
Complementary color
Monochromatic Colors of #B435D8
Black with #B435D8
Text Example
Text Example
White with #B435D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B435D8; }
p { color: rgb(180,53,216); }
H1.HeaderClassName
{
color: #B435D8;
}
.AnyTagClassName
{
color: #B435D8;
}
</style>
background-color css
<style>
a { background-color: #B435D8; }
a { background-color: rgb(180,53,216); }
div.DivClassName
{
background-color: #B435D8;
}
.BgClassName
{
background-color: #B435D8;
}
</style>
border-color css
<style>
span { border-color: #B435D8; }
span { border-color: rgb(180,53,216); }
td.TdClassName
{
border-color: #B435D8;
}
.TagClassName
{
border-color: #B435D8;
}
</style>