Shades of Medium Purple #B067F7
Tints of Medium Purple #B067F7
RGB
CMYK
RGB Variations
Color information
#B067F7 (or 0xB067F7) is known color: Medium Purple. HEX triplet: B0, 67 and F7. RGB value is (176,103,247). Sum of RGB (Red+Green+Blue) = 176+103+247=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 247 (96.88% from 255 or 46.96% from 526); Max value from RGB is 247 - color contains mainly: blue. Hex color #B067F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B067F7 is #4F9808. Grayscale: #8C8C8C. Windows color (decimal): -5216265 or 16213936. OLE color: 16213936.
HSL color Cylindrical-coordinate representation of color #B067F7: hue angle of 270.42º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B067F7 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 103 | 247 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.03 |
| HSL | 270.42º | 0.9% | 0.69% | - |
| HSV(B) | 270.42º | 0.58% | 0.97% | - |
| XYZ | 39.54 | 25.65 | 90.86 | - |
| YUV | 141.24 | 187.68 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 247 | 0.29 | 0.58 | 0 | 0.03 | 270.42 | 0.9 | 0.69 |
| Hex | B0 | 67 | F7 | 1D | 3A | 0 | 3 | 10E | 5A | 45 |
| Octal | 260 | 147 | 367 | 35 | 72 | 0 | 3 | 416 | 132 | 105 |
| Binary | 10110000 | 1100111 | 11110111 | 11101 | 111010 | 0 | 11 | 100001110 | 1011010 | 1000101 |
Color Harmonies of #B067F7
Complementary color
Monochromatic Colors of #B067F7
Black with #B067F7
Text Example
Text Example
White with #B067F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B067F7; }
p { color: rgb(176,103,247); }
H1.HeaderClassName
{
color: #B067F7;
}
.AnyTagClassName
{
color: #B067F7;
}
</style>
background-color css
<style>
a { background-color: #B067F7; }
a { background-color: rgb(176,103,247); }
div.DivClassName
{
background-color: #B067F7;
}
.BgClassName
{
background-color: #B067F7;
}
</style>
border-color css
<style>
span { border-color: #B067F7; }
span { border-color: rgb(176,103,247); }
td.TdClassName
{
border-color: #B067F7;
}
.TagClassName
{
border-color: #B067F7;
}
</style>