Shades of Medium Orchid #B355FB
Tints of Medium Orchid #B355FB
RGB
CMYK
RGB Variations
Color information
#B355FB (or 0xB355FB) is known color: Medium Orchid. HEX triplet: B3, 55 and FB. RGB value is (179,85,251). Sum of RGB (Red+Green+Blue) = 179+85+251=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #B355FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B355FB is #4CAA04. Grayscale: #838383. Windows color (decimal): -5024261 or 16471475. OLE color: 16471475.
HSL color Cylindrical-coordinate representation of color #B355FB: hue angle of 273.98º degrees, saturation: 0.95, 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 #B355FB is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 85 | 251 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.02 |
| HSL | 273.98º | 0.95% | 0.66% | - |
| HSV(B) | 273.98º | 0.66% | 0.98% | - |
| XYZ | 39.25 | 23.05 | 93.65 | - |
| YUV | 132.03 | 195.14 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 251 | 0.29 | 0.66 | 0 | 0.02 | 273.98 | 0.95 | 0.66 |
| Hex | B3 | 55 | FB | 1D | 42 | 0 | 2 | 112 | 5F | 42 |
| Octal | 263 | 125 | 373 | 35 | 102 | 0 | 2 | 422 | 137 | 102 |
| Binary | 10110011 | 1010101 | 11111011 | 11101 | 1000010 | 0 | 10 | 100010010 | 1011111 | 1000010 |
Color Harmonies of #B355FB
Complementary color
Monochromatic Colors of #B355FB
Black with #B355FB
Text Example
Text Example
White with #B355FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B355FB; }
p { color: rgb(179,85,251); }
H1.HeaderClassName
{
color: #B355FB;
}
.AnyTagClassName
{
color: #B355FB;
}
</style>
background-color css
<style>
a { background-color: #B355FB; }
a { background-color: rgb(179,85,251); }
div.DivClassName
{
background-color: #B355FB;
}
.BgClassName
{
background-color: #B355FB;
}
</style>
border-color css
<style>
span { border-color: #B355FB; }
span { border-color: rgb(179,85,251); }
td.TdClassName
{
border-color: #B355FB;
}
.TagClassName
{
border-color: #B355FB;
}
</style>