Shades of Dark Orchid #B435E6
Tints of Dark Orchid #B435E6
RGB
CMYK
RGB Variations
Color information
#B435E6 (or 0xB435E6) is known color: Dark Orchid. HEX triplet: B4, 35 and E6. RGB value is (180,53,230). Sum of RGB (Red+Green+Blue) = 180+53+230=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 230 (90.23% from 255 or 49.68% from 463); Max value from RGB is 230 - color contains mainly: blue. Hex color #B435E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B435E6 is #4BCA19. Grayscale: #6E6E6E. Windows color (decimal): -4966938 or 15087028. OLE color: 15087028.
HSL color Cylindrical-coordinate representation of color #B435E6: hue angle of 283.05º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B435E6 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 53 | 230 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.10 |
| HSL | 283.05º | 0.78% | 0.55% | - |
| HSV(B) | 283.05º | 0.77% | 0.9% | - |
| XYZ | 34.38 | 17.96 | 76.52 | - |
| YUV | 111.15 | 195.08 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 53 | 230 | 0.22 | 0.77 | 0 | 0.10 | 283.05 | 0.78 | 0.55 |
| Hex | B4 | 35 | E6 | 16 | 4D | 0 | A | 11B | 4E | 37 |
| Octal | 264 | 65 | 346 | 26 | 115 | 0 | 12 | 433 | 116 | 67 |
| Binary | 10110100 | 110101 | 11100110 | 10110 | 1001101 | 0 | 1010 | 100011011 | 1001110 | 110111 |
Color Harmonies of #B435E6
Complementary color
Monochromatic Colors of #B435E6
Black with #B435E6
Text Example
Text Example
White with #B435E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B435E6; }
p { color: rgb(180,53,230); }
H1.HeaderClassName
{
color: #B435E6;
}
.AnyTagClassName
{
color: #B435E6;
}
</style>
background-color css
<style>
a { background-color: #B435E6; }
a { background-color: rgb(180,53,230); }
div.DivClassName
{
background-color: #B435E6;
}
.BgClassName
{
background-color: #B435E6;
}
</style>
border-color css
<style>
span { border-color: #B435E6; }
span { border-color: rgb(180,53,230); }
td.TdClassName
{
border-color: #B435E6;
}
.TagClassName
{
border-color: #B435E6;
}
</style>