Shades of Medium Orchid #B255FA
Tints of Medium Orchid #B255FA
RGB
CMYK
RGB Variations
Color information
#B255FA (or 0xB255FA) is known color: Medium Orchid. HEX triplet: B2, 55 and FA. RGB value is (178,85,250). Sum of RGB (Red+Green+Blue) = 178+85+250=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #B255FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B255FA is #4DAA05. Grayscale: #838383. Windows color (decimal): -5089798 or 16405938. OLE color: 16405938.
HSL color Cylindrical-coordinate representation of color #B255FA: hue angle of 273.82º 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 #B255FA is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 85 | 250 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.02 |
| HSL | 273.82º | 0.94% | 0.66% | - |
| HSV(B) | 273.82º | 0.66% | 0.98% | - |
| XYZ | 38.86 | 22.86 | 92.81 | - |
| YUV | 131.62 | 194.81 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 250 | 0.29 | 0.66 | 0 | 0.02 | 273.82 | 0.94 | 0.66 |
| Hex | B2 | 55 | FA | 1D | 42 | 0 | 2 | 112 | 5E | 42 |
| Octal | 262 | 125 | 372 | 35 | 102 | 0 | 2 | 422 | 136 | 102 |
| Binary | 10110010 | 1010101 | 11111010 | 11101 | 1000010 | 0 | 10 | 100010010 | 1011110 | 1000010 |
Color Harmonies of #B255FA
Complementary color
Monochromatic Colors of #B255FA
Black with #B255FA
Text Example
Text Example
White with #B255FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B255FA; }
p { color: rgb(178,85,250); }
H1.HeaderClassName
{
color: #B255FA;
}
.AnyTagClassName
{
color: #B255FA;
}
</style>
background-color css
<style>
a { background-color: #B255FA; }
a { background-color: rgb(178,85,250); }
div.DivClassName
{
background-color: #B255FA;
}
.BgClassName
{
background-color: #B255FA;
}
</style>
border-color css
<style>
span { border-color: #B255FA; }
span { border-color: rgb(178,85,250); }
td.TdClassName
{
border-color: #B255FA;
}
.TagClassName
{
border-color: #B255FA;
}
</style>