Shades of Medium Purple #B064FE
Tints of Medium Purple #B064FE
RGB
CMYK
RGB Variations
Color information
#B064FE (or 0xB064FE) is known color: Medium Purple. HEX triplet: B0, 64 and FE. RGB value is (176,100,254). Sum of RGB (Red+Green+Blue) = 176+100+254=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 100 (39.45% from 255 or 18.87% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #B064FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B064FE is #4F9B01. Grayscale: #8B8B8B. Windows color (decimal): -5217026 or 16671920. OLE color: 16671920.
HSL color Cylindrical-coordinate representation of color #B064FE: hue angle of 269.61º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B064FE is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 100 | 254 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.00 |
| HSL | 269.61º | 0.99% | 0.69% | - |
| HSV(B) | 269.61º | 0.61% | 1% | - |
| XYZ | 40.35 | 25.5 | 96.56 | - |
| YUV | 140.28 | 192.18 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 254 | 0.31 | 0.61 | 0 | 0.00 | 269.61 | 0.99 | 0.69 |
| Hex | B0 | 64 | FE | 1F | 3D | 0 | 0 | 10E | 63 | 45 |
| Octal | 260 | 144 | 376 | 37 | 75 | 0 | 0 | 416 | 143 | 105 |
| Binary | 10110000 | 1100100 | 11111110 | 11111 | 111101 | 0 | 0 | 100001110 | 1100011 | 1000101 |
Color Harmonies of #B064FE
Complementary color
Monochromatic Colors of #B064FE
Black with #B064FE
Text Example
Text Example
White with #B064FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B064FE; }
p { color: rgb(176,100,254); }
H1.HeaderClassName
{
color: #B064FE;
}
.AnyTagClassName
{
color: #B064FE;
}
</style>
background-color css
<style>
a { background-color: #B064FE; }
a { background-color: rgb(176,100,254); }
div.DivClassName
{
background-color: #B064FE;
}
.BgClassName
{
background-color: #B064FE;
}
</style>
border-color css
<style>
span { border-color: #B064FE; }
span { border-color: rgb(176,100,254); }
td.TdClassName
{
border-color: #B064FE;
}
.TagClassName
{
border-color: #B064FE;
}
</style>