Shades of Medium Orchid #B358CF
Tints of Medium Orchid #B358CF
RGB
CMYK
RGB Variations
Color information
#B358CF (or 0xB358CF) is known color: Medium Orchid. HEX triplet: B3, 58 and CF. RGB value is (179,88,207). Sum of RGB (Red+Green+Blue) = 179+88+207=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #B358CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B358CF is #4CA730. Grayscale: #808080. Windows color (decimal): -5023537 or 13588659. OLE color: 13588659.
HSL color Cylindrical-coordinate representation of color #B358CF: hue angle of 285.88º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B358CF is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 88 | 207 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.19 |
| HSL | 285.88º | 0.55% | 0.58% | - |
| HSV(B) | 285.88º | 0.57% | 0.81% | - |
| XYZ | 33.34 | 21.07 | 61.34 | - |
| YUV | 128.78 | 172.15 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 207 | 0.14 | 0.57 | 0 | 0.19 | 285.88 | 0.55 | 0.58 |
| Hex | B3 | 58 | CF | E | 39 | 0 | 13 | 11E | 37 | 3A |
| Octal | 263 | 130 | 317 | 16 | 71 | 0 | 23 | 436 | 67 | 72 |
| Binary | 10110011 | 1011000 | 11001111 | 1110 | 111001 | 0 | 10011 | 100011110 | 110111 | 111010 |
Color Harmonies of #B358CF
Complementary color
Monochromatic Colors of #B358CF
Black with #B358CF
Text Example
Text Example
White with #B358CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B358CF; }
p { color: rgb(179,88,207); }
H1.HeaderClassName
{
color: #B358CF;
}
.AnyTagClassName
{
color: #B358CF;
}
</style>
background-color css
<style>
a { background-color: #B358CF; }
a { background-color: rgb(179,88,207); }
div.DivClassName
{
background-color: #B358CF;
}
.BgClassName
{
background-color: #B358CF;
}
</style>
border-color css
<style>
span { border-color: #B358CF; }
span { border-color: rgb(179,88,207); }
td.TdClassName
{
border-color: #B358CF;
}
.TagClassName
{
border-color: #B358CF;
}
</style>