Shades of Medium Orchid #B050FF
Tints of Medium Orchid #B050FF
RGB
CMYK
RGB Variations
Color information
#B050FF (or 0xB050FF) is known color: Medium Orchid. HEX triplet: B0, 50 and FF. RGB value is (176,80,255). Sum of RGB (Red+Green+Blue) = 176+80+255=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #B050FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B050FF is #4FAF00. Grayscale: #808080. Windows color (decimal): -5222145 or 16732336. OLE color: 16732336.
HSL color Cylindrical-coordinate representation of color #B050FF: hue angle of 272.91º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B050FF is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 80 | 255 | - |
| CMYK | 0.31 | 0.69 | 0 | 0 |
| HSL | 272.91º | 1% | 0.66% | - |
| HSV(B) | 272.91º | 0.69% | 1% | - |
| XYZ | 38.82 | 22.19 | 96.84 | - |
| YUV | 128.65 | 199.3 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 255 | 0.31 | 0.69 | 0 | 0 | 272.91 | 1 | 0.66 |
| Hex | B0 | 50 | FF | 1F | 45 | 0 | 0 | 111 | 64 | 42 |
| Octal | 260 | 120 | 377 | 37 | 105 | 0 | 0 | 421 | 144 | 102 |
| Binary | 10110000 | 1010000 | 11111111 | 11111 | 1000101 | 0 | 0 | 100010001 | 1100100 | 1000010 |
Color Harmonies of #B050FF
Complementary color
Monochromatic Colors of #B050FF
Black with #B050FF
Text Example
Text Example
White with #B050FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B050FF; }
p { color: rgb(176,80,255); }
H1.HeaderClassName
{
color: #B050FF;
}
.AnyTagClassName
{
color: #B050FF;
}
</style>
background-color css
<style>
a { background-color: #B050FF; }
a { background-color: rgb(176,80,255); }
div.DivClassName
{
background-color: #B050FF;
}
.BgClassName
{
background-color: #B050FF;
}
</style>
border-color css
<style>
span { border-color: #B050FF; }
span { border-color: rgb(176,80,255); }
td.TdClassName
{
border-color: #B050FF;
}
.TagClassName
{
border-color: #B050FF;
}
</style>