Shades of Medium Orchid #B435EE
Tints of Medium Orchid #B435EE
RGB
CMYK
RGB Variations
Color information
#B435EE (or 0xB435EE) is known color: Medium Orchid. HEX triplet: B4, 35 and EE. RGB value is (180,53,238). Sum of RGB (Red+Green+Blue) = 180+53+238=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 53 (21.09% from 255 or 11.25% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #B435EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B435EE is #4BCA11. Grayscale: #6F6F6F. Windows color (decimal): -4966930 or 15611316. OLE color: 15611316.
HSL color Cylindrical-coordinate representation of color #B435EE: hue angle of 281.19º 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 #B435EE is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 53 | 238 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.07 |
| HSL | 281.19º | 0.84% | 0.57% | - |
| HSV(B) | 281.19º | 0.78% | 0.93% | - |
| XYZ | 35.53 | 18.42 | 82.57 | - |
| YUV | 112.06 | 199.08 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 53 | 238 | 0.24 | 0.78 | 0 | 0.07 | 281.19 | 0.84 | 0.57 |
| Hex | B4 | 35 | EE | 18 | 4E | 0 | 7 | 119 | 54 | 39 |
| Octal | 264 | 65 | 356 | 30 | 116 | 0 | 7 | 431 | 124 | 71 |
| Binary | 10110100 | 110101 | 11101110 | 11000 | 1001110 | 0 | 111 | 100011001 | 1010100 | 111001 |
Color Harmonies of #B435EE
Complementary color
Monochromatic Colors of #B435EE
Black with #B435EE
Text Example
Text Example
White with #B435EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B435EE; }
p { color: rgb(180,53,238); }
H1.HeaderClassName
{
color: #B435EE;
}
.AnyTagClassName
{
color: #B435EE;
}
</style>
background-color css
<style>
a { background-color: #B435EE; }
a { background-color: rgb(180,53,238); }
div.DivClassName
{
background-color: #B435EE;
}
.BgClassName
{
background-color: #B435EE;
}
</style>
border-color css
<style>
span { border-color: #B435EE; }
span { border-color: rgb(180,53,238); }
td.TdClassName
{
border-color: #B435EE;
}
.TagClassName
{
border-color: #B435EE;
}
</style>