Shades of Medium Orchid #B355D3
Tints of Medium Orchid #B355D3
RGB
CMYK
RGB Variations
Color information
#B355D3 (or 0xB355D3) is known color: Medium Orchid. HEX triplet: B3, 55 and D3. RGB value is (179,85,211). Sum of RGB (Red+Green+Blue) = 179+85+211=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 211 - color contains mainly: blue. Hex color #B355D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B355D3 is #4CAA2C. Grayscale: #7F7F7F. Windows color (decimal): -5024301 or 13850035. OLE color: 13850035.
HSL color Cylindrical-coordinate representation of color #B355D3: hue angle of 284.76º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B355D3 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 85 | 211 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.17 |
| HSL | 284.76º | 0.59% | 0.58% | - |
| HSV(B) | 284.76º | 0.6% | 0.83% | - |
| XYZ | 33.6 | 20.78 | 63.87 | - |
| YUV | 127.47 | 175.14 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 211 | 0.15 | 0.60 | 0 | 0.17 | 284.76 | 0.59 | 0.58 |
| Hex | B3 | 55 | D3 | F | 3C | 0 | 11 | 11D | 3B | 3A |
| Octal | 263 | 125 | 323 | 17 | 74 | 0 | 21 | 435 | 73 | 72 |
| Binary | 10110011 | 1010101 | 11010011 | 1111 | 111100 | 0 | 10001 | 100011101 | 111011 | 111010 |
Color Harmonies of #B355D3
Complementary color
Monochromatic Colors of #B355D3
Black with #B355D3
Text Example
Text Example
White with #B355D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B355D3; }
p { color: rgb(179,85,211); }
H1.HeaderClassName
{
color: #B355D3;
}
.AnyTagClassName
{
color: #B355D3;
}
</style>
background-color css
<style>
a { background-color: #B355D3; }
a { background-color: rgb(179,85,211); }
div.DivClassName
{
background-color: #B355D3;
}
.BgClassName
{
background-color: #B355D3;
}
</style>
border-color css
<style>
span { border-color: #B355D3; }
span { border-color: rgb(179,85,211); }
td.TdClassName
{
border-color: #B355D3;
}
.TagClassName
{
border-color: #B355D3;
}
</style>