Shades of Medium Orchid #B356CC
Tints of Medium Orchid #B356CC
RGB
CMYK
RGB Variations
Color information
#B356CC (or 0xB356CC) is known color: Medium Orchid. HEX triplet: B3, 56 and CC. RGB value is (179,86,204). Sum of RGB (Red+Green+Blue) = 179+86+204=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #B356CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B356CC is #4CA933. Grayscale: #7E7E7E. Windows color (decimal): -5024052 or 13391539. OLE color: 13391539.
HSL color Cylindrical-coordinate representation of color #B356CC: hue angle of 287.29º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B356CC is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 86 | 204 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.2 |
| HSL | 287.29º | 0.54% | 0.57% | - |
| HSV(B) | 287.29º | 0.58% | 0.8% | - |
| XYZ | 32.82 | 20.6 | 59.37 | - |
| YUV | 127.26 | 171.31 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 86 | 204 | 0.12 | 0.58 | 0 | 0.2 | 287.29 | 0.54 | 0.57 |
| Hex | B3 | 56 | CC | C | 3A | 0 | 14 | 11F | 36 | 39 |
| Octal | 263 | 126 | 314 | 14 | 72 | 0 | 24 | 437 | 66 | 71 |
| Binary | 10110011 | 1010110 | 11001100 | 1100 | 111010 | 0 | 10100 | 100011111 | 110110 | 111001 |
Color Harmonies of #B356CC
Complementary color
Monochromatic Colors of #B356CC
Black with #B356CC
Text Example
Text Example
White with #B356CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B356CC; }
p { color: rgb(179,86,204); }
H1.HeaderClassName
{
color: #B356CC;
}
.AnyTagClassName
{
color: #B356CC;
}
</style>
background-color css
<style>
a { background-color: #B356CC; }
a { background-color: rgb(179,86,204); }
div.DivClassName
{
background-color: #B356CC;
}
.BgClassName
{
background-color: #B356CC;
}
</style>
border-color css
<style>
span { border-color: #B356CC; }
span { border-color: rgb(179,86,204); }
td.TdClassName
{
border-color: #B356CC;
}
.TagClassName
{
border-color: #B356CC;
}
</style>