Shades of Medium Purple #B06AF0
Tints of Medium Purple #B06AF0
RGB
CMYK
RGB Variations
Color information
#B06AF0 (or 0xB06AF0) is known color: Medium Purple. HEX triplet: B0, 6A and F0. RGB value is (176,106,240). Sum of RGB (Red+Green+Blue) = 176+106+240=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #B06AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06AF0 is #4F950F. Grayscale: #8D8D8D. Windows color (decimal): -5215504 or 15755952. OLE color: 15755952.
HSL color Cylindrical-coordinate representation of color #B06AF0: hue angle of 271.34º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B06AF0 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 106 | 240 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.06 |
| HSL | 271.34º | 0.82% | 0.68% | - |
| HSV(B) | 271.34º | 0.56% | 0.94% | - |
| XYZ | 38.79 | 25.83 | 85.38 | - |
| YUV | 142.21 | 183.19 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 106 | 240 | 0.27 | 0.56 | 0 | 0.06 | 271.34 | 0.82 | 0.68 |
| Hex | B0 | 6A | F0 | 1B | 38 | 0 | 6 | 10F | 52 | 44 |
| Octal | 260 | 152 | 360 | 33 | 70 | 0 | 6 | 417 | 122 | 104 |
| Binary | 10110000 | 1101010 | 11110000 | 11011 | 111000 | 0 | 110 | 100001111 | 1010010 | 1000100 |
Color Harmonies of #B06AF0
Complementary color
Monochromatic Colors of #B06AF0
Black with #B06AF0
Text Example
Text Example
White with #B06AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06AF0; }
p { color: rgb(176,106,240); }
H1.HeaderClassName
{
color: #B06AF0;
}
.AnyTagClassName
{
color: #B06AF0;
}
</style>
background-color css
<style>
a { background-color: #B06AF0; }
a { background-color: rgb(176,106,240); }
div.DivClassName
{
background-color: #B06AF0;
}
.BgClassName
{
background-color: #B06AF0;
}
</style>
border-color css
<style>
span { border-color: #B06AF0; }
span { border-color: rgb(176,106,240); }
td.TdClassName
{
border-color: #B06AF0;
}
.TagClassName
{
border-color: #B06AF0;
}
</style>