Shades of Medium Orchid #B255FF
Tints of Medium Orchid #B255FF
RGB
CMYK
RGB Variations
Color information
#B255FF (or 0xB255FF) is known color: Medium Orchid. HEX triplet: B2, 55 and FF. RGB value is (178,85,255). Sum of RGB (Red+Green+Blue) = 178+85+255=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #B255FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B255FF is #4DAA00. Grayscale: #838383. Windows color (decimal): -5089793 or 16733618. OLE color: 16733618.
HSL color Cylindrical-coordinate representation of color #B255FF: hue angle of 272.82º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B255FF is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 85 | 255 | - |
| CMYK | 0.30 | 0.67 | 0 | 0 |
| HSL | 272.82º | 1% | 0.67% | - |
| HSV(B) | 272.82º | 0.67% | 1% | - |
| XYZ | 39.66 | 23.18 | 96.99 | - |
| YUV | 132.19 | 197.31 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 255 | 0.30 | 0.67 | 0 | 0 | 272.82 | 1 | 0.67 |
| Hex | B2 | 55 | FF | 1E | 43 | 0 | 0 | 111 | 64 | 43 |
| Octal | 262 | 125 | 377 | 36 | 103 | 0 | 0 | 421 | 144 | 103 |
| Binary | 10110010 | 1010101 | 11111111 | 11110 | 1000011 | 0 | 0 | 100010001 | 1100100 | 1000011 |
Color Harmonies of #B255FF
Complementary color
Monochromatic Colors of #B255FF
Black with #B255FF
Text Example
Text Example
White with #B255FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B255FF; }
p { color: rgb(178,85,255); }
H1.HeaderClassName
{
color: #B255FF;
}
.AnyTagClassName
{
color: #B255FF;
}
</style>
background-color css
<style>
a { background-color: #B255FF; }
a { background-color: rgb(178,85,255); }
div.DivClassName
{
background-color: #B255FF;
}
.BgClassName
{
background-color: #B255FF;
}
</style>
border-color css
<style>
span { border-color: #B255FF; }
span { border-color: rgb(178,85,255); }
td.TdClassName
{
border-color: #B255FF;
}
.TagClassName
{
border-color: #B255FF;
}
</style>