Shades of Medium Orchid #B358CB
Tints of Medium Orchid #B358CB
RGB
CMYK
RGB Variations
Color information
#B358CB (or 0xB358CB) is known color: Medium Orchid. HEX triplet: B3, 58 and CB. RGB value is (179,88,203). Sum of RGB (Red+Green+Blue) = 179+88+203=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #B358CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B358CB is #4CA734. Grayscale: #7F7F7F. Windows color (decimal): -5023541 or 13326515. OLE color: 13326515.
HSL color Cylindrical-coordinate representation of color #B358CB: hue angle of 287.48º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B358CB is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 88 | 203 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.20 |
| HSL | 287.48º | 0.53% | 0.57% | - |
| HSV(B) | 287.48º | 0.57% | 0.8% | - |
| XYZ | 32.86 | 20.87 | 58.8 | - |
| YUV | 128.32 | 170.15 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 203 | 0.12 | 0.57 | 0 | 0.20 | 287.48 | 0.53 | 0.57 |
| Hex | B3 | 58 | CB | C | 39 | 0 | 14 | 11F | 35 | 39 |
| Octal | 263 | 130 | 313 | 14 | 71 | 0 | 24 | 437 | 65 | 71 |
| Binary | 10110011 | 1011000 | 11001011 | 1100 | 111001 | 0 | 10100 | 100011111 | 110101 | 111001 |
Color Harmonies of #B358CB
Complementary color
Monochromatic Colors of #B358CB
Black with #B358CB
Text Example
Text Example
White with #B358CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B358CB; }
p { color: rgb(179,88,203); }
H1.HeaderClassName
{
color: #B358CB;
}
.AnyTagClassName
{
color: #B358CB;
}
</style>
background-color css
<style>
a { background-color: #B358CB; }
a { background-color: rgb(179,88,203); }
div.DivClassName
{
background-color: #B358CB;
}
.BgClassName
{
background-color: #B358CB;
}
</style>
border-color css
<style>
span { border-color: #B358CB; }
span { border-color: rgb(179,88,203); }
td.TdClassName
{
border-color: #B358CB;
}
.TagClassName
{
border-color: #B358CB;
}
</style>