Shades of Medium Purple #B064FF
Tints of Medium Purple #B064FF
RGB
CMYK
RGB Variations
Color information
#B064FF (or 0xB064FF) is known color: Medium Purple. HEX triplet: B0, 64 and FF. RGB value is (176,100,255). Sum of RGB (Red+Green+Blue) = 176+100+255=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #B064FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B064FF is #4F9B00. Grayscale: #8B8B8B. Windows color (decimal): -5217025 or 16737456. OLE color: 16737456.
HSL color Cylindrical-coordinate representation of color #B064FF: hue angle of 269.42º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B064FF is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 100 | 255 | - |
| CMYK | 0.31 | 0.61 | 0 | 0 |
| HSL | 269.42º | 1% | 0.7% | - |
| HSV(B) | 269.42º | 0.61% | 1% | - |
| XYZ | 40.51 | 25.56 | 97.41 | - |
| YUV | 140.39 | 192.68 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 255 | 0.31 | 0.61 | 0 | 0 | 269.42 | 1 | 0.7 |
| Hex | B0 | 64 | FF | 1F | 3D | 0 | 0 | 10D | 64 | 46 |
| Octal | 260 | 144 | 377 | 37 | 75 | 0 | 0 | 415 | 144 | 106 |
| Binary | 10110000 | 1100100 | 11111111 | 11111 | 111101 | 0 | 0 | 100001101 | 1100100 | 1000110 |
Color Harmonies of #B064FF
Complementary color
Monochromatic Colors of #B064FF
Black with #B064FF
Text Example
Text Example
White with #B064FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B064FF; }
p { color: rgb(176,100,255); }
H1.HeaderClassName
{
color: #B064FF;
}
.AnyTagClassName
{
color: #B064FF;
}
</style>
background-color css
<style>
a { background-color: #B064FF; }
a { background-color: rgb(176,100,255); }
div.DivClassName
{
background-color: #B064FF;
}
.BgClassName
{
background-color: #B064FF;
}
</style>
border-color css
<style>
span { border-color: #B064FF; }
span { border-color: rgb(176,100,255); }
td.TdClassName
{
border-color: #B064FF;
}
.TagClassName
{
border-color: #B064FF;
}
</style>