Shades of Medium Orchid #B355FA
Tints of Medium Orchid #B355FA
RGB
CMYK
RGB Variations
Color information
#B355FA (or 0xB355FA) is known color: Medium Orchid. HEX triplet: B3, 55 and FA. RGB value is (179,85,250). Sum of RGB (Red+Green+Blue) = 179+85+250=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #B355FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B355FA is #4CAA05. Grayscale: #838383. Windows color (decimal): -5024262 or 16405939. OLE color: 16405939.
HSL color Cylindrical-coordinate representation of color #B355FA: hue angle of 274.18º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B355FA is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 85 | 250 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.02 |
| HSL | 274.18º | 0.94% | 0.66% | - |
| HSV(B) | 274.18º | 0.66% | 0.98% | - |
| XYZ | 39.09 | 22.98 | 92.82 | - |
| YUV | 131.92 | 194.64 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 250 | 0.28 | 0.66 | 0 | 0.02 | 274.18 | 0.94 | 0.66 |
| Hex | B3 | 55 | FA | 1C | 42 | 0 | 2 | 112 | 5E | 42 |
| Octal | 263 | 125 | 372 | 34 | 102 | 0 | 2 | 422 | 136 | 102 |
| Binary | 10110011 | 1010101 | 11111010 | 11100 | 1000010 | 0 | 10 | 100010010 | 1011110 | 1000010 |
Color Harmonies of #B355FA
Complementary color
Monochromatic Colors of #B355FA
Black with #B355FA
Text Example
Text Example
White with #B355FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B355FA; }
p { color: rgb(179,85,250); }
H1.HeaderClassName
{
color: #B355FA;
}
.AnyTagClassName
{
color: #B355FA;
}
</style>
background-color css
<style>
a { background-color: #B355FA; }
a { background-color: rgb(179,85,250); }
div.DivClassName
{
background-color: #B355FA;
}
.BgClassName
{
background-color: #B355FA;
}
</style>
border-color css
<style>
span { border-color: #B355FA; }
span { border-color: rgb(179,85,250); }
td.TdClassName
{
border-color: #B355FA;
}
.TagClassName
{
border-color: #B355FA;
}
</style>