Shades of Dark Orchid #B435D6
Tints of Dark Orchid #B435D6
RGB
CMYK
RGB Variations
Color information
#B435D6 (or 0xB435D6) is known color: Dark Orchid. HEX triplet: B4, 35 and D6. RGB value is (180,53,214). Sum of RGB (Red+Green+Blue) = 180+53+214=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 53 (21.09% from 255 or 11.86% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #B435D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B435D6 is #4BCA29. Grayscale: #6C6C6C. Windows color (decimal): -4966954 or 14038452. OLE color: 14038452.
HSL color Cylindrical-coordinate representation of color #B435D6: hue angle of 287.33º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B435D6 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 53 | 214 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.16 |
| HSL | 287.33º | 0.66% | 0.52% | - |
| HSV(B) | 287.33º | 0.75% | 0.84% | - |
| XYZ | 32.23 | 17.1 | 65.22 | - |
| YUV | 109.33 | 187.08 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 53 | 214 | 0.16 | 0.75 | 0 | 0.16 | 287.33 | 0.66 | 0.52 |
| Hex | B4 | 35 | D6 | 10 | 4B | 0 | 10 | 11F | 42 | 34 |
| Octal | 264 | 65 | 326 | 20 | 113 | 0 | 20 | 437 | 102 | 64 |
| Binary | 10110100 | 110101 | 11010110 | 10000 | 1001011 | 0 | 10000 | 100011111 | 1000010 | 110100 |
Color Harmonies of #B435D6
Complementary color
Monochromatic Colors of #B435D6
Black with #B435D6
Text Example
Text Example
White with #B435D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B435D6; }
p { color: rgb(180,53,214); }
H1.HeaderClassName
{
color: #B435D6;
}
.AnyTagClassName
{
color: #B435D6;
}
</style>
background-color css
<style>
a { background-color: #B435D6; }
a { background-color: rgb(180,53,214); }
div.DivClassName
{
background-color: #B435D6;
}
.BgClassName
{
background-color: #B435D6;
}
</style>
border-color css
<style>
span { border-color: #B435D6; }
span { border-color: rgb(180,53,214); }
td.TdClassName
{
border-color: #B435D6;
}
.TagClassName
{
border-color: #B435D6;
}
</style>