Shades of Medium Orchid #B358ED
Tints of Medium Orchid #B358ED
RGB
CMYK
RGB Variations
Color information
#B358ED (or 0xB358ED) is known color: Medium Orchid. HEX triplet: B3, 58 and ED. RGB value is (179,88,237). Sum of RGB (Red+Green+Blue) = 179+88+237=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #B358ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B358ED is #4CA712. Grayscale: #838383. Windows color (decimal): -5023507 or 15554739. OLE color: 15554739.
HSL color Cylindrical-coordinate representation of color #B358ED: hue angle of 276.64º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B358ED is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 88 | 237 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.07 |
| HSL | 276.64º | 0.81% | 0.64% | - |
| HSV(B) | 276.64º | 0.63% | 0.93% | - |
| XYZ | 37.37 | 22.68 | 82.53 | - |
| YUV | 132.2 | 187.15 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 237 | 0.24 | 0.63 | 0 | 0.07 | 276.64 | 0.81 | 0.64 |
| Hex | B3 | 58 | ED | 18 | 3F | 0 | 7 | 115 | 51 | 40 |
| Octal | 263 | 130 | 355 | 30 | 77 | 0 | 7 | 425 | 121 | 100 |
| Binary | 10110011 | 1011000 | 11101101 | 11000 | 111111 | 0 | 111 | 100010101 | 1010001 | 1000000 |
Color Harmonies of #B358ED
Complementary color
Monochromatic Colors of #B358ED
Black with #B358ED
Text Example
Text Example
White with #B358ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B358ED; }
p { color: rgb(179,88,237); }
H1.HeaderClassName
{
color: #B358ED;
}
.AnyTagClassName
{
color: #B358ED;
}
</style>
background-color css
<style>
a { background-color: #B358ED; }
a { background-color: rgb(179,88,237); }
div.DivClassName
{
background-color: #B358ED;
}
.BgClassName
{
background-color: #B358ED;
}
</style>
border-color css
<style>
span { border-color: #B358ED; }
span { border-color: rgb(179,88,237); }
td.TdClassName
{
border-color: #B358ED;
}
.TagClassName
{
border-color: #B358ED;
}
</style>