Shades of Medium Purple #B066F8
Tints of Medium Purple #B066F8
RGB
CMYK
RGB Variations
Color information
#B066F8 (or 0xB066F8) is known color: Medium Purple. HEX triplet: B0, 66 and F8. RGB value is (176,102,248). Sum of RGB (Red+Green+Blue) = 176+102+248=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: blue. Hex color #B066F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B066F8 is #4F9907. Grayscale: #8C8C8C. Windows color (decimal): -5216520 or 16279216. OLE color: 16279216.
HSL color Cylindrical-coordinate representation of color #B066F8: hue angle of 270.41º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B066F8 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 102 | 248 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.03 |
| HSL | 270.41º | 0.91% | 0.69% | - |
| HSV(B) | 270.41º | 0.59% | 0.97% | - |
| XYZ | 39.6 | 25.51 | 91.64 | - |
| YUV | 140.77 | 188.52 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 248 | 0.29 | 0.59 | 0 | 0.03 | 270.41 | 0.91 | 0.69 |
| Hex | B0 | 66 | F8 | 1D | 3B | 0 | 3 | 10E | 5B | 45 |
| Octal | 260 | 146 | 370 | 35 | 73 | 0 | 3 | 416 | 133 | 105 |
| Binary | 10110000 | 1100110 | 11111000 | 11101 | 111011 | 0 | 11 | 100001110 | 1011011 | 1000101 |
Color Harmonies of #B066F8
Complementary color
Monochromatic Colors of #B066F8
Black with #B066F8
Text Example
Text Example
White with #B066F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B066F8; }
p { color: rgb(176,102,248); }
H1.HeaderClassName
{
color: #B066F8;
}
.AnyTagClassName
{
color: #B066F8;
}
</style>
background-color css
<style>
a { background-color: #B066F8; }
a { background-color: rgb(176,102,248); }
div.DivClassName
{
background-color: #B066F8;
}
.BgClassName
{
background-color: #B066F8;
}
</style>
border-color css
<style>
span { border-color: #B066F8; }
span { border-color: rgb(176,102,248); }
td.TdClassName
{
border-color: #B066F8;
}
.TagClassName
{
border-color: #B066F8;
}
</style>