Shades of Medium Orchid #B255FB
Tints of Medium Orchid #B255FB
RGB
CMYK
RGB Variations
Color information
#B255FB (or 0xB255FB) is known color: Medium Orchid. HEX triplet: B2, 55 and FB. RGB value is (178,85,251). Sum of RGB (Red+Green+Blue) = 178+85+251=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #B255FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B255FB is #4DAA04. Grayscale: #838383. Windows color (decimal): -5089797 or 16471474. OLE color: 16471474.
HSL color Cylindrical-coordinate representation of color #B255FB: hue angle of 273.61º 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 #B255FB is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 85 | 251 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.02 |
| HSL | 273.61º | 0.95% | 0.66% | - |
| HSV(B) | 273.61º | 0.66% | 0.98% | - |
| XYZ | 39.02 | 22.93 | 93.64 | - |
| YUV | 131.73 | 195.31 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 251 | 0.29 | 0.66 | 0 | 0.02 | 273.61 | 0.95 | 0.66 |
| Hex | B2 | 55 | FB | 1D | 42 | 0 | 2 | 112 | 5F | 42 |
| Octal | 262 | 125 | 373 | 35 | 102 | 0 | 2 | 422 | 137 | 102 |
| Binary | 10110010 | 1010101 | 11111011 | 11101 | 1000010 | 0 | 10 | 100010010 | 1011111 | 1000010 |
Color Harmonies of #B255FB
Complementary color
Monochromatic Colors of #B255FB
Black with #B255FB
Text Example
Text Example
White with #B255FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B255FB; }
p { color: rgb(178,85,251); }
H1.HeaderClassName
{
color: #B255FB;
}
.AnyTagClassName
{
color: #B255FB;
}
</style>
background-color css
<style>
a { background-color: #B255FB; }
a { background-color: rgb(178,85,251); }
div.DivClassName
{
background-color: #B255FB;
}
.BgClassName
{
background-color: #B255FB;
}
</style>
border-color css
<style>
span { border-color: #B255FB; }
span { border-color: rgb(178,85,251); }
td.TdClassName
{
border-color: #B255FB;
}
.TagClassName
{
border-color: #B255FB;
}
</style>