Shades of Medium Orchid #B055E2
Tints of Medium Orchid #B055E2
RGB
CMYK
RGB Variations
Color information
#B055E2 (or 0xB055E2) is known color: Medium Orchid. HEX triplet: B0, 55 and E2. RGB value is (176,85,226). Sum of RGB (Red+Green+Blue) = 176+85+226=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 226 (88.67% from 255 or 46.41% from 487); Max value from RGB is 226 - color contains mainly: blue. Hex color #B055E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B055E2 is #4FAA1D. Grayscale: #7F7F7F. Windows color (decimal): -5220894 or 14833072. OLE color: 14833072.
HSL color Cylindrical-coordinate representation of color #B055E2: hue angle of 278.72º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B055E2 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 85 | 226 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.11 |
| HSL | 278.72º | 0.71% | 0.61% | - |
| HSV(B) | 278.72º | 0.62% | 0.89% | - |
| XYZ | 34.88 | 21.22 | 74.21 | - |
| YUV | 128.28 | 183.15 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 226 | 0.22 | 0.62 | 0 | 0.11 | 278.72 | 0.71 | 0.61 |
| Hex | B0 | 55 | E2 | 16 | 3E | 0 | B | 117 | 47 | 3D |
| Octal | 260 | 125 | 342 | 26 | 76 | 0 | 13 | 427 | 107 | 75 |
| Binary | 10110000 | 1010101 | 11100010 | 10110 | 111110 | 0 | 1011 | 100010111 | 1000111 | 111101 |
Color Harmonies of #B055E2
Complementary color
Monochromatic Colors of #B055E2
Black with #B055E2
Text Example
Text Example
White with #B055E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B055E2; }
p { color: rgb(176,85,226); }
H1.HeaderClassName
{
color: #B055E2;
}
.AnyTagClassName
{
color: #B055E2;
}
</style>
background-color css
<style>
a { background-color: #B055E2; }
a { background-color: rgb(176,85,226); }
div.DivClassName
{
background-color: #B055E2;
}
.BgClassName
{
background-color: #B055E2;
}
</style>
border-color css
<style>
span { border-color: #B055E2; }
span { border-color: rgb(176,85,226); }
td.TdClassName
{
border-color: #B055E2;
}
.TagClassName
{
border-color: #B055E2;
}
</style>