Shades of Medium Orchid #B35EC2
Tints of Medium Orchid #B35EC2
RGB
CMYK
RGB Variations
Color information
#B35EC2 (or 0xB35EC2) is known color: Medium Orchid. HEX triplet: B3, 5E and C2. RGB value is (179,94,194). Sum of RGB (Red+Green+Blue) = 179+94+194=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 194 - color contains mainly: blue. Hex color #B35EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35EC2 is #4CA13D. Grayscale: #828282. Windows color (decimal): -5022014 or 12738227. OLE color: 12738227.
HSL color Cylindrical-coordinate representation of color #B35EC2: hue angle of 291º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B35EC2 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 94 | 194 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.24 |
| HSL | 291º | 0.45% | 0.56% | - |
| HSV(B) | 291º | 0.52% | 0.76% | - |
| XYZ | 32.33 | 21.48 | 53.48 | - |
| YUV | 130.82 | 163.66 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 94 | 194 | 0.08 | 0.52 | 0 | 0.24 | 291 | 0.45 | 0.56 |
| Hex | B3 | 5E | C2 | 8 | 34 | 0 | 18 | 123 | 2D | 38 |
| Octal | 263 | 136 | 302 | 10 | 64 | 0 | 30 | 443 | 55 | 70 |
| Binary | 10110011 | 1011110 | 11000010 | 1000 | 110100 | 0 | 11000 | 100100011 | 101101 | 111000 |
Color Harmonies of #B35EC2
Complementary color
Monochromatic Colors of #B35EC2
Black with #B35EC2
Text Example
Text Example
White with #B35EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35EC2; }
p { color: rgb(179,94,194); }
H1.HeaderClassName
{
color: #B35EC2;
}
.AnyTagClassName
{
color: #B35EC2;
}
</style>
background-color css
<style>
a { background-color: #B35EC2; }
a { background-color: rgb(179,94,194); }
div.DivClassName
{
background-color: #B35EC2;
}
.BgClassName
{
background-color: #B35EC2;
}
</style>
border-color css
<style>
span { border-color: #B35EC2; }
span { border-color: rgb(179,94,194); }
td.TdClassName
{
border-color: #B35EC2;
}
.TagClassName
{
border-color: #B35EC2;
}
</style>