Shades of Medium Orchid #B05BFE
Tints of Medium Orchid #B05BFE
RGB
CMYK
RGB Variations
Color information
#B05BFE (or 0xB05BFE) is known color: Medium Orchid. HEX triplet: B0, 5B and FE. RGB value is (176,91,254). Sum of RGB (Red+Green+Blue) = 176+91+254=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #B05BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05BFE is #4FA401. Grayscale: #868686. Windows color (decimal): -5219330 or 16669616. OLE color: 16669616.
HSL color Cylindrical-coordinate representation of color #B05BFE: hue angle of 271.29º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B05BFE is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 91 | 254 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.00 |
| HSL | 271.29º | 0.99% | 0.68% | - |
| HSV(B) | 271.29º | 0.64% | 1% | - |
| XYZ | 39.53 | 23.87 | 96.29 | - |
| YUV | 135 | 195.16 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 91 | 254 | 0.31 | 0.64 | 0 | 0.00 | 271.29 | 0.99 | 0.68 |
| Hex | B0 | 5B | FE | 1F | 40 | 0 | 0 | 10F | 63 | 44 |
| Octal | 260 | 133 | 376 | 37 | 100 | 0 | 0 | 417 | 143 | 104 |
| Binary | 10110000 | 1011011 | 11111110 | 11111 | 1000000 | 0 | 0 | 100001111 | 1100011 | 1000100 |
Color Harmonies of #B05BFE
Complementary color
Monochromatic Colors of #B05BFE
Black with #B05BFE
Text Example
Text Example
White with #B05BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05BFE; }
p { color: rgb(176,91,254); }
H1.HeaderClassName
{
color: #B05BFE;
}
.AnyTagClassName
{
color: #B05BFE;
}
</style>
background-color css
<style>
a { background-color: #B05BFE; }
a { background-color: rgb(176,91,254); }
div.DivClassName
{
background-color: #B05BFE;
}
.BgClassName
{
background-color: #B05BFE;
}
</style>
border-color css
<style>
span { border-color: #B05BFE; }
span { border-color: rgb(176,91,254); }
td.TdClassName
{
border-color: #B05BFE;
}
.TagClassName
{
border-color: #B05BFE;
}
</style>