Shades of Medium Orchid #B355ED
Tints of Medium Orchid #B355ED
RGB
CMYK
RGB Variations
Color information
#B355ED (or 0xB355ED) is known color: Medium Orchid. HEX triplet: B3, 55 and ED. RGB value is (179,85,237). Sum of RGB (Red+Green+Blue) = 179+85+237=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #B355ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B355ED is #4CAA12. Grayscale: #818181. Windows color (decimal): -5024275 or 15553971. OLE color: 15553971.
HSL color Cylindrical-coordinate representation of color #B355ED: hue angle of 277.11º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B355ED is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 85 | 237 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.07 |
| HSL | 277.11º | 0.81% | 0.63% | - |
| HSV(B) | 277.11º | 0.64% | 0.93% | - |
| XYZ | 37.12 | 22.2 | 82.45 | - |
| YUV | 130.43 | 188.14 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 237 | 0.24 | 0.64 | 0 | 0.07 | 277.11 | 0.81 | 0.63 |
| Hex | B3 | 55 | ED | 18 | 40 | 0 | 7 | 115 | 51 | 3F |
| Octal | 263 | 125 | 355 | 30 | 100 | 0 | 7 | 425 | 121 | 77 |
| Binary | 10110011 | 1010101 | 11101101 | 11000 | 1000000 | 0 | 111 | 100010101 | 1010001 | 111111 |
Color Harmonies of #B355ED
Complementary color
Monochromatic Colors of #B355ED
Black with #B355ED
Text Example
Text Example
White with #B355ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B355ED; }
p { color: rgb(179,85,237); }
H1.HeaderClassName
{
color: #B355ED;
}
.AnyTagClassName
{
color: #B355ED;
}
</style>
background-color css
<style>
a { background-color: #B355ED; }
a { background-color: rgb(179,85,237); }
div.DivClassName
{
background-color: #B355ED;
}
.BgClassName
{
background-color: #B355ED;
}
</style>
border-color css
<style>
span { border-color: #B355ED; }
span { border-color: rgb(179,85,237); }
td.TdClassName
{
border-color: #B355ED;
}
.TagClassName
{
border-color: #B355ED;
}
</style>