Shades of Medium Orchid #B435EF
Tints of Medium Orchid #B435EF
RGB
CMYK
RGB Variations
Color information
#B435EF (or 0xB435EF) is known color: Medium Orchid. HEX triplet: B4, 35 and EF. RGB value is (180,53,239). Sum of RGB (Red+Green+Blue) = 180+53+239=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 53 (21.09% from 255 or 11.23% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #B435EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B435EF is #4BCA10. Grayscale: #6F6F6F. Windows color (decimal): -4966929 or 15676852. OLE color: 15676852.
HSL color Cylindrical-coordinate representation of color #B435EF: hue angle of 280.97º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B435EF is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 53 | 239 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.06 |
| HSL | 280.97º | 0.85% | 0.57% | - |
| HSV(B) | 280.97º | 0.78% | 0.94% | - |
| XYZ | 35.68 | 18.48 | 83.35 | - |
| YUV | 112.18 | 199.58 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 53 | 239 | 0.25 | 0.78 | 0 | 0.06 | 280.97 | 0.85 | 0.57 |
| Hex | B4 | 35 | EF | 19 | 4E | 0 | 6 | 119 | 55 | 39 |
| Octal | 264 | 65 | 357 | 31 | 116 | 0 | 6 | 431 | 125 | 71 |
| Binary | 10110100 | 110101 | 11101111 | 11001 | 1001110 | 0 | 110 | 100011001 | 1010101 | 111001 |
Color Harmonies of #B435EF
Complementary color
Monochromatic Colors of #B435EF
Black with #B435EF
Text Example
Text Example
White with #B435EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B435EF; }
p { color: rgb(180,53,239); }
H1.HeaderClassName
{
color: #B435EF;
}
.AnyTagClassName
{
color: #B435EF;
}
</style>
background-color css
<style>
a { background-color: #B435EF; }
a { background-color: rgb(180,53,239); }
div.DivClassName
{
background-color: #B435EF;
}
.BgClassName
{
background-color: #B435EF;
}
</style>
border-color css
<style>
span { border-color: #B435EF; }
span { border-color: rgb(180,53,239); }
td.TdClassName
{
border-color: #B435EF;
}
.TagClassName
{
border-color: #B435EF;
}
</style>