Shades of Medium Orchid #B355C3
Tints of Medium Orchid #B355C3
RGB
CMYK
RGB Variations
Color information
#B355C3 (or 0xB355C3) is known color: Medium Orchid. HEX triplet: B3, 55 and C3. RGB value is (179,85,195). Sum of RGB (Red+Green+Blue) = 179+85+195=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 195 - color contains mainly: blue. Hex color #B355C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B355C3 is #4CAA3C. Grayscale: #7D7D7D. Windows color (decimal): -5024317 or 12801459. OLE color: 12801459.
HSL color Cylindrical-coordinate representation of color #B355C3: hue angle of 291.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B355C3 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 85 | 195 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.24 |
| HSL | 291.27º | 0.48% | 0.55% | - |
| HSV(B) | 291.27º | 0.56% | 0.76% | - |
| XYZ | 31.69 | 20.02 | 53.82 | - |
| YUV | 125.65 | 167.14 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 195 | 0.08 | 0.56 | 0 | 0.24 | 291.27 | 0.48 | 0.55 |
| Hex | B3 | 55 | C3 | 8 | 38 | 0 | 18 | 123 | 30 | 37 |
| Octal | 263 | 125 | 303 | 10 | 70 | 0 | 30 | 443 | 60 | 67 |
| Binary | 10110011 | 1010101 | 11000011 | 1000 | 111000 | 0 | 11000 | 100100011 | 110000 | 110111 |
Color Harmonies of #B355C3
Complementary color
Monochromatic Colors of #B355C3
Black with #B355C3
Text Example
Text Example
White with #B355C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B355C3; }
p { color: rgb(179,85,195); }
H1.HeaderClassName
{
color: #B355C3;
}
.AnyTagClassName
{
color: #B355C3;
}
</style>
background-color css
<style>
a { background-color: #B355C3; }
a { background-color: rgb(179,85,195); }
div.DivClassName
{
background-color: #B355C3;
}
.BgClassName
{
background-color: #B355C3;
}
</style>
border-color css
<style>
span { border-color: #B355C3; }
span { border-color: rgb(179,85,195); }
td.TdClassName
{
border-color: #B355C3;
}
.TagClassName
{
border-color: #B355C3;
}
</style>