Shades of Medium Purple #B068ED
Tints of Medium Purple #B068ED
RGB
CMYK
RGB Variations
Color information
#B068ED (or 0xB068ED) is known color: Medium Purple. HEX triplet: B0, 68 and ED. RGB value is (176,104,237). Sum of RGB (Red+Green+Blue) = 176+104+237=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #B068ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B068ED is #4F9712. Grayscale: #8C8C8C. Windows color (decimal): -5216019 or 15558832. OLE color: 15558832.
HSL color Cylindrical-coordinate representation of color #B068ED: hue angle of 272.48º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B068ED is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 104 | 237 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.07 |
| HSL | 272.48º | 0.79% | 0.67% | - |
| HSV(B) | 272.48º | 0.56% | 0.93% | - |
| XYZ | 38.14 | 25.25 | 82.98 | - |
| YUV | 140.69 | 182.35 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 237 | 0.26 | 0.56 | 0 | 0.07 | 272.48 | 0.79 | 0.67 |
| Hex | B0 | 68 | ED | 1A | 38 | 0 | 7 | 110 | 4F | 43 |
| Octal | 260 | 150 | 355 | 32 | 70 | 0 | 7 | 420 | 117 | 103 |
| Binary | 10110000 | 1101000 | 11101101 | 11010 | 111000 | 0 | 111 | 100010000 | 1001111 | 1000011 |
Color Harmonies of #B068ED
Complementary color
Monochromatic Colors of #B068ED
Black with #B068ED
Text Example
Text Example
White with #B068ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B068ED; }
p { color: rgb(176,104,237); }
H1.HeaderClassName
{
color: #B068ED;
}
.AnyTagClassName
{
color: #B068ED;
}
</style>
background-color css
<style>
a { background-color: #B068ED; }
a { background-color: rgb(176,104,237); }
div.DivClassName
{
background-color: #B068ED;
}
.BgClassName
{
background-color: #B068ED;
}
</style>
border-color css
<style>
span { border-color: #B068ED; }
span { border-color: rgb(176,104,237); }
td.TdClassName
{
border-color: #B068ED;
}
.TagClassName
{
border-color: #B068ED;
}
</style>