Shades of Medium Orchid #B255D8
Tints of Medium Orchid #B255D8
RGB
CMYK
RGB Variations
Color information
#B255D8 (or 0xB255D8) is known color: Medium Orchid. HEX triplet: B2, 55 and D8. RGB value is (178,85,216). Sum of RGB (Red+Green+Blue) = 178+85+216=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #B255D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B255D8 is #4DAA27. Grayscale: #7F7F7F. Windows color (decimal): -5089832 or 14177714. OLE color: 14177714.
HSL color Cylindrical-coordinate representation of color #B255D8: hue angle of 282.6º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B255D8 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 85 | 216 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.15 |
| HSL | 282.6º | 0.63% | 0.59% | - |
| HSV(B) | 282.6º | 0.61% | 0.85% | - |
| XYZ | 34 | 20.92 | 67.21 | - |
| YUV | 127.74 | 177.81 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 216 | 0.18 | 0.61 | 0 | 0.15 | 282.6 | 0.63 | 0.59 |
| Hex | B2 | 55 | D8 | 12 | 3D | 0 | F | 11B | 3F | 3B |
| Octal | 262 | 125 | 330 | 22 | 75 | 0 | 17 | 433 | 77 | 73 |
| Binary | 10110010 | 1010101 | 11011000 | 10010 | 111101 | 0 | 1111 | 100011011 | 111111 | 111011 |
Color Harmonies of #B255D8
Complementary color
Monochromatic Colors of #B255D8
Black with #B255D8
Text Example
Text Example
White with #B255D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B255D8; }
p { color: rgb(178,85,216); }
H1.HeaderClassName
{
color: #B255D8;
}
.AnyTagClassName
{
color: #B255D8;
}
</style>
background-color css
<style>
a { background-color: #B255D8; }
a { background-color: rgb(178,85,216); }
div.DivClassName
{
background-color: #B255D8;
}
.BgClassName
{
background-color: #B255D8;
}
</style>
border-color css
<style>
span { border-color: #B255D8; }
span { border-color: rgb(178,85,216); }
td.TdClassName
{
border-color: #B255D8;
}
.TagClassName
{
border-color: #B255D8;
}
</style>