Shades of Medium Orchid #B05BEE
Tints of Medium Orchid #B05BEE
RGB
CMYK
RGB Variations
Color information
#B05BEE (or 0xB05BEE) is known color: Medium Orchid. HEX triplet: B0, 5B and EE. RGB value is (176,91,238). Sum of RGB (Red+Green+Blue) = 176+91+238=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #B05BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05BEE is #4FA411. Grayscale: #848484. Windows color (decimal): -5219346 or 15621040. OLE color: 15621040.
HSL color Cylindrical-coordinate representation of color #B05BEE: hue angle of 274.69º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B05BEE is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 91 | 238 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.07 |
| HSL | 274.69º | 0.81% | 0.65% | - |
| HSV(B) | 274.69º | 0.62% | 0.93% | - |
| XYZ | 37.08 | 22.89 | 83.35 | - |
| YUV | 133.17 | 187.16 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 91 | 238 | 0.26 | 0.62 | 0 | 0.07 | 274.69 | 0.81 | 0.65 |
| Hex | B0 | 5B | EE | 1A | 3E | 0 | 7 | 113 | 51 | 41 |
| Octal | 260 | 133 | 356 | 32 | 76 | 0 | 7 | 423 | 121 | 101 |
| Binary | 10110000 | 1011011 | 11101110 | 11010 | 111110 | 0 | 111 | 100010011 | 1010001 | 1000001 |
Color Harmonies of #B05BEE
Complementary color
Monochromatic Colors of #B05BEE
Black with #B05BEE
Text Example
Text Example
White with #B05BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05BEE; }
p { color: rgb(176,91,238); }
H1.HeaderClassName
{
color: #B05BEE;
}
.AnyTagClassName
{
color: #B05BEE;
}
</style>
background-color css
<style>
a { background-color: #B05BEE; }
a { background-color: rgb(176,91,238); }
div.DivClassName
{
background-color: #B05BEE;
}
.BgClassName
{
background-color: #B05BEE;
}
</style>
border-color css
<style>
span { border-color: #B05BEE; }
span { border-color: rgb(176,91,238); }
td.TdClassName
{
border-color: #B05BEE;
}
.TagClassName
{
border-color: #B05BEE;
}
</style>