Shades of Medium Orchid #B358C3
Tints of Medium Orchid #B358C3
RGB
CMYK
RGB Variations
Color information
#B358C3 (or 0xB358C3) is known color: Medium Orchid. HEX triplet: B3, 58 and C3. RGB value is (179,88,195). Sum of RGB (Red+Green+Blue) = 179+88+195=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 195 - color contains mainly: blue. Hex color #B358C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B358C3 is #4CA73C. Grayscale: #7F7F7F. Windows color (decimal): -5023549 or 12802227. OLE color: 12802227.
HSL color Cylindrical-coordinate representation of color #B358C3: hue angle of 291.03º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B358C3 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 88 | 195 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.24 |
| HSL | 291.03º | 0.47% | 0.55% | - |
| HSV(B) | 291.03º | 0.55% | 0.76% | - |
| XYZ | 31.93 | 20.5 | 53.9 | - |
| YUV | 127.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 195 | 0.08 | 0.55 | 0 | 0.24 | 291.03 | 0.47 | 0.55 |
| Hex | B3 | 58 | C3 | 8 | 37 | 0 | 18 | 123 | 2F | 37 |
| Octal | 263 | 130 | 303 | 10 | 67 | 0 | 30 | 443 | 57 | 67 |
| Binary | 10110011 | 1011000 | 11000011 | 1000 | 110111 | 0 | 11000 | 100100011 | 101111 | 110111 |
Color Harmonies of #B358C3
Complementary color
Monochromatic Colors of #B358C3
Black with #B358C3
Text Example
Text Example
White with #B358C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B358C3; }
p { color: rgb(179,88,195); }
H1.HeaderClassName
{
color: #B358C3;
}
.AnyTagClassName
{
color: #B358C3;
}
</style>
background-color css
<style>
a { background-color: #B358C3; }
a { background-color: rgb(179,88,195); }
div.DivClassName
{
background-color: #B358C3;
}
.BgClassName
{
background-color: #B358C3;
}
</style>
border-color css
<style>
span { border-color: #B358C3; }
span { border-color: rgb(179,88,195); }
td.TdClassName
{
border-color: #B358C3;
}
.TagClassName
{
border-color: #B358C3;
}
</style>