Shades of Medium Purple #B082FF
Tints of Medium Purple #B082FF
RGB
CMYK
RGB Variations
Color information
#B082FF (or 0xB082FF) is known color: Medium Purple. HEX triplet: B0, 82 and FF. RGB value is (176,130,255). Sum of RGB (Red+Green+Blue) = 176+130+255=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #B082FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B082FF is #4F7D00. Grayscale: #9D9D9D. Windows color (decimal): -5209345 or 16745136. OLE color: 16745136.
HSL color Cylindrical-coordinate representation of color #B082FF: hue angle of 262.08º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B082FF is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 130 | 255 | - |
| CMYK | 0.31 | 0.49 | 0 | 0 |
| HSL | 262.08º | 1% | 0.75% | - |
| HSV(B) | 262.08º | 0.49% | 1% | - |
| XYZ | 43.94 | 32.42 | 98.55 | - |
| YUV | 158 | 182.74 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 255 | 0.31 | 0.49 | 0 | 0 | 262.08 | 1 | 0.75 |
| Hex | B0 | 82 | FF | 1F | 31 | 0 | 0 | 106 | 64 | 4B |
| Octal | 260 | 202 | 377 | 37 | 61 | 0 | 0 | 406 | 144 | 113 |
| Binary | 10110000 | 10000010 | 11111111 | 11111 | 110001 | 0 | 0 | 100000110 | 1100100 | 1001011 |
Color Harmonies of #B082FF
Complementary color
Monochromatic Colors of #B082FF
Black with #B082FF
Text Example
Text Example
White with #B082FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B082FF; }
p { color: rgb(176,130,255); }
H1.HeaderClassName
{
color: #B082FF;
}
.AnyTagClassName
{
color: #B082FF;
}
</style>
background-color css
<style>
a { background-color: #B082FF; }
a { background-color: rgb(176,130,255); }
div.DivClassName
{
background-color: #B082FF;
}
.BgClassName
{
background-color: #B082FF;
}
</style>
border-color css
<style>
span { border-color: #B082FF; }
span { border-color: rgb(176,130,255); }
td.TdClassName
{
border-color: #B082FF;
}
.TagClassName
{
border-color: #B082FF;
}
</style>