Shades of Medium Orchid #B05EFA
Tints of Medium Orchid #B05EFA
RGB
CMYK
RGB Variations
Color information
#B05EFA (or 0xB05EFA) is known color: Medium Orchid. HEX triplet: B0, 5E and FA. RGB value is (176,94,250). Sum of RGB (Red+Green+Blue) = 176+94+250=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #B05EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05EFA is #4FA105. Grayscale: #878787. Windows color (decimal): -5218566 or 16408240. OLE color: 16408240.
HSL color Cylindrical-coordinate representation of color #B05EFA: hue angle of 271.54º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B05EFA is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 94 | 250 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.02 |
| HSL | 271.54º | 0.94% | 0.67% | - |
| HSV(B) | 271.54º | 0.62% | 0.98% | - |
| XYZ | 39.16 | 24.14 | 93.04 | - |
| YUV | 136.3 | 192.17 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 94 | 250 | 0.30 | 0.62 | 0 | 0.02 | 271.54 | 0.94 | 0.67 |
| Hex | B0 | 5E | FA | 1E | 3E | 0 | 2 | 110 | 5E | 43 |
| Octal | 260 | 136 | 372 | 36 | 76 | 0 | 2 | 420 | 136 | 103 |
| Binary | 10110000 | 1011110 | 11111010 | 11110 | 111110 | 0 | 10 | 100010000 | 1011110 | 1000011 |
Color Harmonies of #B05EFA
Complementary color
Monochromatic Colors of #B05EFA
Black with #B05EFA
Text Example
Text Example
White with #B05EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05EFA; }
p { color: rgb(176,94,250); }
H1.HeaderClassName
{
color: #B05EFA;
}
.AnyTagClassName
{
color: #B05EFA;
}
</style>
background-color css
<style>
a { background-color: #B05EFA; }
a { background-color: rgb(176,94,250); }
div.DivClassName
{
background-color: #B05EFA;
}
.BgClassName
{
background-color: #B05EFA;
}
</style>
border-color css
<style>
span { border-color: #B05EFA; }
span { border-color: rgb(176,94,250); }
td.TdClassName
{
border-color: #B05EFA;
}
.TagClassName
{
border-color: #B05EFA;
}
</style>