Shades of Medium Purple #B062FF
Tints of Medium Purple #B062FF
RGB
CMYK
RGB Variations
Color information
#B062FF (or 0xB062FF) is known color: Medium Purple. HEX triplet: B0, 62 and FF. RGB value is (176,98,255). Sum of RGB (Red+Green+Blue) = 176+98+255=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 98 (38.67% from 255 or 18.53% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #B062FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B062FF is #4F9D00. Grayscale: #8A8A8A. Windows color (decimal): -5217537 or 16736944. OLE color: 16736944.
HSL color Cylindrical-coordinate representation of color #B062FF: hue angle of 269.81º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B062FF is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 98 | 255 | - |
| CMYK | 0.31 | 0.62 | 0 | 0 |
| HSL | 269.81º | 1% | 0.69% | - |
| HSV(B) | 269.81º | 0.62% | 1% | - |
| XYZ | 40.32 | 25.19 | 97.34 | - |
| YUV | 139.22 | 193.34 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 255 | 0.31 | 0.62 | 0 | 0 | 269.81 | 1 | 0.69 |
| Hex | B0 | 62 | FF | 1F | 3E | 0 | 0 | 10E | 64 | 45 |
| Octal | 260 | 142 | 377 | 37 | 76 | 0 | 0 | 416 | 144 | 105 |
| Binary | 10110000 | 1100010 | 11111111 | 11111 | 111110 | 0 | 0 | 100001110 | 1100100 | 1000101 |
Color Harmonies of #B062FF
Complementary color
Monochromatic Colors of #B062FF
Black with #B062FF
Text Example
Text Example
White with #B062FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B062FF; }
p { color: rgb(176,98,255); }
H1.HeaderClassName
{
color: #B062FF;
}
.AnyTagClassName
{
color: #B062FF;
}
</style>
background-color css
<style>
a { background-color: #B062FF; }
a { background-color: rgb(176,98,255); }
div.DivClassName
{
background-color: #B062FF;
}
.BgClassName
{
background-color: #B062FF;
}
</style>
border-color css
<style>
span { border-color: #B062FF; }
span { border-color: rgb(176,98,255); }
td.TdClassName
{
border-color: #B062FF;
}
.TagClassName
{
border-color: #B062FF;
}
</style>