Shades of Medium Purple #B068FB
Tints of Medium Purple #B068FB
RGB
CMYK
RGB Variations
Color information
#B068FB (or 0xB068FB) is known color: Medium Purple. HEX triplet: B0, 68 and FB. RGB value is (176,104,251). Sum of RGB (Red+Green+Blue) = 176+104+251=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #B068FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B068FB is #4F9704. Grayscale: #8D8D8D. Windows color (decimal): -5216005 or 16476336. OLE color: 16476336.
HSL color Cylindrical-coordinate representation of color #B068FB: hue angle of 269.39º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B068FB is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 176 | 104 | 251 | - |
CMYK | 0.30 | 0.59 | 0 | 0.02 |
HSL | 269.39º | 0.95% | 0.7% | - |
HSV(B) | 269.39º | 0.59% | 0.98% | - |
XYZ | 40.27 | 26.1 | 94.18 | - |
YUV | 142.29 | 189.35 | 152.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 104 | 251 | 0.30 | 0.59 | 0 | 0.02 | 269.39 | 0.95 | 0.7 |
Hex | B0 | 68 | FB | 1E | 3B | 0 | 2 | 10D | 5F | 46 |
Octal | 260 | 150 | 373 | 36 | 73 | 0 | 2 | 415 | 137 | 106 |
Binary | 10110000 | 1101000 | 11111011 | 11110 | 111011 | 0 | 10 | 100001101 | 1011111 | 1000110 |
Color Harmonies of #B068FB
Complementary color
Monochromatic Colors of #B068FB
Black with #B068FB
Text Example
Text Example
White with #B068FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B068FB; }
p { color: rgb(176,104,251); }
H1.HeaderClassName
{
color: #B068FB;
}
.AnyTagClassName
{
color: #B068FB;
}
</style>
background-color css
<style>
a { background-color: #B068FB; }
a { background-color: rgb(176,104,251); }
div.DivClassName
{
background-color: #B068FB;
}
.BgClassName
{
background-color: #B068FB;
}
</style>
border-color css
<style>
span { border-color: #B068FB; }
span { border-color: rgb(176,104,251); }
td.TdClassName
{
border-color: #B068FB;
}
.TagClassName
{
border-color: #B068FB;
}
</style>