Shades of Medium Orchid #B358EE
Tints of Medium Orchid #B358EE
RGB
CMYK
RGB Variations
Color information
#B358EE (or 0xB358EE) is known color: Medium Orchid. HEX triplet: B3, 58 and EE. RGB value is (179,88,238). Sum of RGB (Red+Green+Blue) = 179+88+238=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #B358EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B358EE is #4CA711. Grayscale: #838383. Windows color (decimal): -5023506 or 15620275. OLE color: 15620275.
HSL color Cylindrical-coordinate representation of color #B358EE: hue angle of 276.4º degrees, saturation: 0.82, 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 #B358EE is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 88 | 238 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.07 |
| HSL | 276.4º | 0.82% | 0.64% | - |
| HSV(B) | 276.4º | 0.63% | 0.93% | - |
| XYZ | 37.51 | 22.74 | 83.3 | - |
| YUV | 132.31 | 187.65 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 238 | 0.25 | 0.63 | 0 | 0.07 | 276.4 | 0.82 | 0.64 |
| Hex | B3 | 58 | EE | 19 | 3F | 0 | 7 | 114 | 52 | 40 |
| Octal | 263 | 130 | 356 | 31 | 77 | 0 | 7 | 424 | 122 | 100 |
| Binary | 10110011 | 1011000 | 11101110 | 11001 | 111111 | 0 | 111 | 100010100 | 1010010 | 1000000 |
Color Harmonies of #B358EE
Complementary color
Monochromatic Colors of #B358EE
Black with #B358EE
Text Example
Text Example
White with #B358EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B358EE; }
p { color: rgb(179,88,238); }
H1.HeaderClassName
{
color: #B358EE;
}
.AnyTagClassName
{
color: #B358EE;
}
</style>
background-color css
<style>
a { background-color: #B358EE; }
a { background-color: rgb(179,88,238); }
div.DivClassName
{
background-color: #B358EE;
}
.BgClassName
{
background-color: #B358EE;
}
</style>
border-color css
<style>
span { border-color: #B358EE; }
span { border-color: rgb(179,88,238); }
td.TdClassName
{
border-color: #B358EE;
}
.TagClassName
{
border-color: #B358EE;
}
</style>