Shades of Medium Orchid #B255E7
Tints of Medium Orchid #B255E7
RGB
CMYK
RGB Variations
Color information
#B255E7 (or 0xB255E7) is known color: Medium Orchid. HEX triplet: B2, 55 and E7. RGB value is (178,85,231). Sum of RGB (Red+Green+Blue) = 178+85+231=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 231 - color contains mainly: blue. Hex color #B255E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B255E7 is #4DAA18. Grayscale: #808080. Windows color (decimal): -5089817 or 15160754. OLE color: 15160754.
HSL color Cylindrical-coordinate representation of color #B255E7: hue angle of 278.22º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B255E7 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 85 | 231 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.09 |
| HSL | 278.22º | 0.75% | 0.62% | - |
| HSV(B) | 278.22º | 0.63% | 0.91% | - |
| XYZ | 36.03 | 21.73 | 77.9 | - |
| YUV | 129.45 | 185.31 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 231 | 0.23 | 0.63 | 0 | 0.09 | 278.22 | 0.75 | 0.62 |
| Hex | B2 | 55 | E7 | 17 | 3F | 0 | 9 | 116 | 4B | 3E |
| Octal | 262 | 125 | 347 | 27 | 77 | 0 | 11 | 426 | 113 | 76 |
| Binary | 10110010 | 1010101 | 11100111 | 10111 | 111111 | 0 | 1001 | 100010110 | 1001011 | 111110 |
Color Harmonies of #B255E7
Complementary color
Monochromatic Colors of #B255E7
Black with #B255E7
Text Example
Text Example
White with #B255E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B255E7; }
p { color: rgb(178,85,231); }
H1.HeaderClassName
{
color: #B255E7;
}
.AnyTagClassName
{
color: #B255E7;
}
</style>
background-color css
<style>
a { background-color: #B255E7; }
a { background-color: rgb(178,85,231); }
div.DivClassName
{
background-color: #B255E7;
}
.BgClassName
{
background-color: #B255E7;
}
</style>
border-color css
<style>
span { border-color: #B255E7; }
span { border-color: rgb(178,85,231); }
td.TdClassName
{
border-color: #B255E7;
}
.TagClassName
{
border-color: #B255E7;
}
</style>