Shades of Medium Purple #B083FF
Tints of Medium Purple #B083FF
RGB
CMYK
RGB Variations
Color information
#B083FF (or 0xB083FF) is known color: Medium Purple. HEX triplet: B0, 83 and FF. RGB value is (176,131,255). Sum of RGB (Red+Green+Blue) = 176+131+255=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 131 (51.56% from 255 or 23.31% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #B083FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B083FF is #4F7C00. Grayscale: #9E9E9E. Windows color (decimal): -5209089 or 16745392. OLE color: 16745392.
HSL color Cylindrical-coordinate representation of color #B083FF: hue angle of 261.77º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B083FF is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 131 | 255 | - |
| CMYK | 0.31 | 0.49 | 0 | 0 |
| HSL | 261.77º | 1% | 0.76% | - |
| HSV(B) | 261.77º | 0.49% | 1% | - |
| XYZ | 44.07 | 32.68 | 98.59 | - |
| YUV | 158.59 | 182.41 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 255 | 0.31 | 0.49 | 0 | 0 | 261.77 | 1 | 0.76 |
| Hex | B0 | 83 | FF | 1F | 31 | 0 | 0 | 106 | 64 | 4C |
| Octal | 260 | 203 | 377 | 37 | 61 | 0 | 0 | 406 | 144 | 114 |
| Binary | 10110000 | 10000011 | 11111111 | 11111 | 110001 | 0 | 0 | 100000110 | 1100100 | 1001100 |
Color Harmonies of #B083FF
Complementary color
Monochromatic Colors of #B083FF
Black with #B083FF
Text Example
Text Example
White with #B083FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B083FF; }
p { color: rgb(176,131,255); }
H1.HeaderClassName
{
color: #B083FF;
}
.AnyTagClassName
{
color: #B083FF;
}
</style>
background-color css
<style>
a { background-color: #B083FF; }
a { background-color: rgb(176,131,255); }
div.DivClassName
{
background-color: #B083FF;
}
.BgClassName
{
background-color: #B083FF;
}
</style>
border-color css
<style>
span { border-color: #B083FF; }
span { border-color: rgb(176,131,255); }
td.TdClassName
{
border-color: #B083FF;
}
.TagClassName
{
border-color: #B083FF;
}
</style>