Shades of Medium Orchid #B35ECE
Tints of Medium Orchid #B35ECE
RGB
CMYK
RGB Variations
Color information
#B35ECE (or 0xB35ECE) is known color: Medium Orchid. HEX triplet: B3, 5E and CE. RGB value is (179,94,206). Sum of RGB (Red+Green+Blue) = 179+94+206=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #B35ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35ECE is #4CA131. Grayscale: #838383. Windows color (decimal): -5022002 or 13524659. OLE color: 13524659.
HSL color Cylindrical-coordinate representation of color #B35ECE: hue angle of 285.54º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B35ECE is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 94 | 206 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.19 |
| HSL | 285.54º | 0.53% | 0.59% | - |
| HSV(B) | 285.54º | 0.54% | 0.81% | - |
| XYZ | 33.73 | 22.05 | 60.87 | - |
| YUV | 132.18 | 169.66 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 94 | 206 | 0.13 | 0.54 | 0 | 0.19 | 285.54 | 0.53 | 0.59 |
| Hex | B3 | 5E | CE | D | 36 | 0 | 13 | 11E | 35 | 3B |
| Octal | 263 | 136 | 316 | 15 | 66 | 0 | 23 | 436 | 65 | 73 |
| Binary | 10110011 | 1011110 | 11001110 | 1101 | 110110 | 0 | 10011 | 100011110 | 110101 | 111011 |
Color Harmonies of #B35ECE
Complementary color
Monochromatic Colors of #B35ECE
Black with #B35ECE
Text Example
Text Example
White with #B35ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35ECE; }
p { color: rgb(179,94,206); }
H1.HeaderClassName
{
color: #B35ECE;
}
.AnyTagClassName
{
color: #B35ECE;
}
</style>
background-color css
<style>
a { background-color: #B35ECE; }
a { background-color: rgb(179,94,206); }
div.DivClassName
{
background-color: #B35ECE;
}
.BgClassName
{
background-color: #B35ECE;
}
</style>
border-color css
<style>
span { border-color: #B35ECE; }
span { border-color: rgb(179,94,206); }
td.TdClassName
{
border-color: #B35ECE;
}
.TagClassName
{
border-color: #B35ECE;
}
</style>