Shades of Medium Orchid #B355CE
Tints of Medium Orchid #B355CE
RGB
CMYK
RGB Variations
Color information
#B355CE (or 0xB355CE) is known color: Medium Orchid. HEX triplet: B3, 55 and CE. RGB value is (179,85,206). Sum of RGB (Red+Green+Blue) = 179+85+206=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #B355CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B355CE is #4CAA31. Grayscale: #7E7E7E. Windows color (decimal): -5024306 or 13522355. OLE color: 13522355.
HSL color Cylindrical-coordinate representation of color #B355CE: hue angle of 286.61º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B355CE is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 85 | 206 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.19 |
| HSL | 286.61º | 0.55% | 0.57% | - |
| HSV(B) | 286.61º | 0.59% | 0.81% | - |
| XYZ | 32.98 | 20.54 | 60.62 | - |
| YUV | 126.9 | 172.64 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 206 | 0.13 | 0.59 | 0 | 0.19 | 286.61 | 0.55 | 0.57 |
| Hex | B3 | 55 | CE | D | 3B | 0 | 13 | 11F | 37 | 39 |
| Octal | 263 | 125 | 316 | 15 | 73 | 0 | 23 | 437 | 67 | 71 |
| Binary | 10110011 | 1010101 | 11001110 | 1101 | 111011 | 0 | 10011 | 100011111 | 110111 | 111001 |
Color Harmonies of #B355CE
Complementary color
Monochromatic Colors of #B355CE
Black with #B355CE
Text Example
Text Example
White with #B355CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B355CE; }
p { color: rgb(179,85,206); }
H1.HeaderClassName
{
color: #B355CE;
}
.AnyTagClassName
{
color: #B355CE;
}
</style>
background-color css
<style>
a { background-color: #B355CE; }
a { background-color: rgb(179,85,206); }
div.DivClassName
{
background-color: #B355CE;
}
.BgClassName
{
background-color: #B355CE;
}
</style>
border-color css
<style>
span { border-color: #B355CE; }
span { border-color: rgb(179,85,206); }
td.TdClassName
{
border-color: #B355CE;
}
.TagClassName
{
border-color: #B355CE;
}
</style>