Shades of Medium Purple #B069F1
Tints of Medium Purple #B069F1
RGB
CMYK
RGB Variations
Color information
#B069F1 (or 0xB069F1) is known color: Medium Purple. HEX triplet: B0, 69 and F1. RGB value is (176,105,241). Sum of RGB (Red+Green+Blue) = 176+105+241=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #B069F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B069F1 is #4F960E. Grayscale: #8D8D8D. Windows color (decimal): -5215759 or 15821232. OLE color: 15821232.
HSL color Cylindrical-coordinate representation of color #B069F1: hue angle of 271.32º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B069F1 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 105 | 241 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.05 |
| HSL | 271.32º | 0.83% | 0.68% | - |
| HSV(B) | 271.32º | 0.56% | 0.95% | - |
| XYZ | 38.83 | 25.68 | 86.13 | - |
| YUV | 141.73 | 184.02 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 241 | 0.27 | 0.56 | 0 | 0.05 | 271.32 | 0.83 | 0.68 |
| Hex | B0 | 69 | F1 | 1B | 38 | 0 | 5 | 10F | 53 | 44 |
| Octal | 260 | 151 | 361 | 33 | 70 | 0 | 5 | 417 | 123 | 104 |
| Binary | 10110000 | 1101001 | 11110001 | 11011 | 111000 | 0 | 101 | 100001111 | 1010011 | 1000100 |
Color Harmonies of #B069F1
Complementary color
Monochromatic Colors of #B069F1
Black with #B069F1
Text Example
Text Example
White with #B069F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B069F1; }
p { color: rgb(176,105,241); }
H1.HeaderClassName
{
color: #B069F1;
}
.AnyTagClassName
{
color: #B069F1;
}
</style>
background-color css
<style>
a { background-color: #B069F1; }
a { background-color: rgb(176,105,241); }
div.DivClassName
{
background-color: #B069F1;
}
.BgClassName
{
background-color: #B069F1;
}
</style>
border-color css
<style>
span { border-color: #B069F1; }
span { border-color: rgb(176,105,241); }
td.TdClassName
{
border-color: #B069F1;
}
.TagClassName
{
border-color: #B069F1;
}
</style>