Shades of Medium Purple #B069FF
Tints of Medium Purple #B069FF
RGB
CMYK
RGB Variations
Color information
#B069FF (or 0xB069FF) is known color: Medium Purple. HEX triplet: B0, 69 and FF. RGB value is (176,105,255). Sum of RGB (Red+Green+Blue) = 176+105+255=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #B069FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B069FF is #4F9600. Grayscale: #8E8E8E. Windows color (decimal): -5215745 or 16738736. OLE color: 16738736.
HSL color Cylindrical-coordinate representation of color #B069FF: hue angle of 268.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B069FF is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 105 | 255 | - |
| CMYK | 0.31 | 0.59 | 0 | 0 |
| HSL | 268.4º | 1% | 0.71% | - |
| HSV(B) | 268.4º | 0.59% | 1% | - |
| XYZ | 41.01 | 26.55 | 97.57 | - |
| YUV | 143.33 | 191.02 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 255 | 0.31 | 0.59 | 0 | 0 | 268.4 | 1 | 0.71 |
| Hex | B0 | 69 | FF | 1F | 3B | 0 | 0 | 10C | 64 | 47 |
| Octal | 260 | 151 | 377 | 37 | 73 | 0 | 0 | 414 | 144 | 107 |
| Binary | 10110000 | 1101001 | 11111111 | 11111 | 111011 | 0 | 0 | 100001100 | 1100100 | 1000111 |
Color Harmonies of #B069FF
Complementary color
Monochromatic Colors of #B069FF
Black with #B069FF
Text Example
Text Example
White with #B069FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B069FF; }
p { color: rgb(176,105,255); }
H1.HeaderClassName
{
color: #B069FF;
}
.AnyTagClassName
{
color: #B069FF;
}
</style>
background-color css
<style>
a { background-color: #B069FF; }
a { background-color: rgb(176,105,255); }
div.DivClassName
{
background-color: #B069FF;
}
.BgClassName
{
background-color: #B069FF;
}
</style>
border-color css
<style>
span { border-color: #B069FF; }
span { border-color: rgb(176,105,255); }
td.TdClassName
{
border-color: #B069FF;
}
.TagClassName
{
border-color: #B069FF;
}
</style>