Shades of Medium Purple #B065F7
Tints of Medium Purple #B065F7
RGB
CMYK
RGB Variations
Color information
#B065F7 (or 0xB065F7) is known color: Medium Purple. HEX triplet: B0, 65 and F7. RGB value is (176,101,247). Sum of RGB (Red+Green+Blue) = 176+101+247=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 247 (96.88% from 255 or 47.14% from 524); Max value from RGB is 247 - color contains mainly: blue. Hex color #B065F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B065F7 is #4F9A08. Grayscale: #8B8B8B. Windows color (decimal): -5216777 or 16213424. OLE color: 16213424.
HSL color Cylindrical-coordinate representation of color #B065F7: hue angle of 270.82º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B065F7 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 101 | 247 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.03 |
| HSL | 270.82º | 0.9% | 0.68% | - |
| HSV(B) | 270.82º | 0.59% | 0.97% | - |
| XYZ | 39.35 | 25.25 | 90.8 | - |
| YUV | 140.07 | 188.35 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 247 | 0.29 | 0.59 | 0 | 0.03 | 270.82 | 0.9 | 0.68 |
| Hex | B0 | 65 | F7 | 1D | 3B | 0 | 3 | 10F | 5A | 44 |
| Octal | 260 | 145 | 367 | 35 | 73 | 0 | 3 | 417 | 132 | 104 |
| Binary | 10110000 | 1100101 | 11110111 | 11101 | 111011 | 0 | 11 | 100001111 | 1011010 | 1000100 |
Color Harmonies of #B065F7
Complementary color
Monochromatic Colors of #B065F7
Black with #B065F7
Text Example
Text Example
White with #B065F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B065F7; }
p { color: rgb(176,101,247); }
H1.HeaderClassName
{
color: #B065F7;
}
.AnyTagClassName
{
color: #B065F7;
}
</style>
background-color css
<style>
a { background-color: #B065F7; }
a { background-color: rgb(176,101,247); }
div.DivClassName
{
background-color: #B065F7;
}
.BgClassName
{
background-color: #B065F7;
}
</style>
border-color css
<style>
span { border-color: #B065F7; }
span { border-color: rgb(176,101,247); }
td.TdClassName
{
border-color: #B065F7;
}
.TagClassName
{
border-color: #B065F7;
}
</style>