Shades of Medium Orchid #B358E2
Tints of Medium Orchid #B358E2
RGB
CMYK
RGB Variations
Color information
#B358E2 (or 0xB358E2) is known color: Medium Orchid. HEX triplet: B3, 58 and E2. RGB value is (179,88,226). Sum of RGB (Red+Green+Blue) = 179+88+226=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 226 (88.67% from 255 or 45.84% from 493); Max value from RGB is 226 - color contains mainly: blue. Hex color #B358E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B358E2 is #4CA71D. Grayscale: #828282. Windows color (decimal): -5023518 or 14833843. OLE color: 14833843.
HSL color Cylindrical-coordinate representation of color #B358E2: hue angle of 279.57º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B358E2 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 88 | 226 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.11 |
| HSL | 279.57º | 0.7% | 0.62% | - |
| HSV(B) | 279.57º | 0.61% | 0.89% | - |
| XYZ | 35.81 | 22.05 | 74.32 | - |
| YUV | 130.94 | 181.65 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 226 | 0.21 | 0.61 | 0 | 0.11 | 279.57 | 0.7 | 0.62 |
| Hex | B3 | 58 | E2 | 15 | 3D | 0 | B | 118 | 46 | 3E |
| Octal | 263 | 130 | 342 | 25 | 75 | 0 | 13 | 430 | 106 | 76 |
| Binary | 10110011 | 1011000 | 11100010 | 10101 | 111101 | 0 | 1011 | 100011000 | 1000110 | 111110 |
Color Harmonies of #B358E2
Complementary color
Monochromatic Colors of #B358E2
Black with #B358E2
Text Example
Text Example
White with #B358E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B358E2; }
p { color: rgb(179,88,226); }
H1.HeaderClassName
{
color: #B358E2;
}
.AnyTagClassName
{
color: #B358E2;
}
</style>
background-color css
<style>
a { background-color: #B358E2; }
a { background-color: rgb(179,88,226); }
div.DivClassName
{
background-color: #B358E2;
}
.BgClassName
{
background-color: #B358E2;
}
</style>
border-color css
<style>
span { border-color: #B358E2; }
span { border-color: rgb(179,88,226); }
td.TdClassName
{
border-color: #B358E2;
}
.TagClassName
{
border-color: #B358E2;
}
</style>