Shades of Medium Orchid #B435ED
Tints of Medium Orchid #B435ED
RGB
CMYK
RGB Variations
Color information
#B435ED (or 0xB435ED) is known color: Medium Orchid. HEX triplet: B4, 35 and ED. RGB value is (180,53,237). Sum of RGB (Red+Green+Blue) = 180+53+237=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 53 (21.09% from 255 or 11.28% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #B435ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B435ED is #4BCA12. Grayscale: #6F6F6F. Windows color (decimal): -4966931 or 15545780. OLE color: 15545780.
HSL color Cylindrical-coordinate representation of color #B435ED: hue angle of 281.41º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B435ED is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 53 | 237 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.07 |
| HSL | 281.41º | 0.84% | 0.57% | - |
| HSV(B) | 281.41º | 0.78% | 0.93% | - |
| XYZ | 35.38 | 18.36 | 81.8 | - |
| YUV | 111.95 | 198.58 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 53 | 237 | 0.24 | 0.78 | 0 | 0.07 | 281.41 | 0.84 | 0.57 |
| Hex | B4 | 35 | ED | 18 | 4E | 0 | 7 | 119 | 54 | 39 |
| Octal | 264 | 65 | 355 | 30 | 116 | 0 | 7 | 431 | 124 | 71 |
| Binary | 10110100 | 110101 | 11101101 | 11000 | 1001110 | 0 | 111 | 100011001 | 1010100 | 111001 |
Color Harmonies of #B435ED
Complementary color
Monochromatic Colors of #B435ED
Black with #B435ED
Text Example
Text Example
White with #B435ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B435ED; }
p { color: rgb(180,53,237); }
H1.HeaderClassName
{
color: #B435ED;
}
.AnyTagClassName
{
color: #B435ED;
}
</style>
background-color css
<style>
a { background-color: #B435ED; }
a { background-color: rgb(180,53,237); }
div.DivClassName
{
background-color: #B435ED;
}
.BgClassName
{
background-color: #B435ED;
}
</style>
border-color css
<style>
span { border-color: #B435ED; }
span { border-color: rgb(180,53,237); }
td.TdClassName
{
border-color: #B435ED;
}
.TagClassName
{
border-color: #B435ED;
}
</style>