Shades of Medium Orchid #B35ECB
Tints of Medium Orchid #B35ECB
RGB
CMYK
RGB Variations
Color information
#B35ECB (or 0xB35ECB) is known color: Medium Orchid. HEX triplet: B3, 5E and CB. RGB value is (179,94,203). Sum of RGB (Red+Green+Blue) = 179+94+203=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #B35ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35ECB is #4CA134. Grayscale: #838383. Windows color (decimal): -5022005 or 13328051. OLE color: 13328051.
HSL color Cylindrical-coordinate representation of color #B35ECB: hue angle of 286.79º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B35ECB is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 94 | 203 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.20 |
| HSL | 286.79º | 0.51% | 0.58% | - |
| HSV(B) | 286.79º | 0.54% | 0.8% | - |
| XYZ | 33.37 | 21.9 | 58.97 | - |
| YUV | 131.84 | 168.16 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 94 | 203 | 0.12 | 0.54 | 0 | 0.20 | 286.79 | 0.51 | 0.58 |
| Hex | B3 | 5E | CB | C | 36 | 0 | 14 | 11F | 33 | 3A |
| Octal | 263 | 136 | 313 | 14 | 66 | 0 | 24 | 437 | 63 | 72 |
| Binary | 10110011 | 1011110 | 11001011 | 1100 | 110110 | 0 | 10100 | 100011111 | 110011 | 111010 |
Color Harmonies of #B35ECB
Complementary color
Monochromatic Colors of #B35ECB
Black with #B35ECB
Text Example
Text Example
White with #B35ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35ECB; }
p { color: rgb(179,94,203); }
H1.HeaderClassName
{
color: #B35ECB;
}
.AnyTagClassName
{
color: #B35ECB;
}
</style>
background-color css
<style>
a { background-color: #B35ECB; }
a { background-color: rgb(179,94,203); }
div.DivClassName
{
background-color: #B35ECB;
}
.BgClassName
{
background-color: #B35ECB;
}
</style>
border-color css
<style>
span { border-color: #B35ECB; }
span { border-color: rgb(179,94,203); }
td.TdClassName
{
border-color: #B35ECB;
}
.TagClassName
{
border-color: #B35ECB;
}
</style>