Shades of Medium Purple #B068EE
Tints of Medium Purple #B068EE
RGB
CMYK
RGB Variations
Color information
#B068EE (or 0xB068EE) is known color: Medium Purple. HEX triplet: B0, 68 and EE. RGB value is (176,104,238). Sum of RGB (Red+Green+Blue) = 176+104+238=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #B068EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B068EE is #4F9711. Grayscale: #8C8C8C. Windows color (decimal): -5216018 or 15624368. OLE color: 15624368.
HSL color Cylindrical-coordinate representation of color #B068EE: hue angle of 272.24º degrees, saturation: 0.8, 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 #B068EE is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 104 | 238 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.07 |
| HSL | 272.24º | 0.8% | 0.67% | - |
| HSV(B) | 272.24º | 0.56% | 0.93% | - |
| XYZ | 38.29 | 25.3 | 83.76 | - |
| YUV | 140.8 | 182.85 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 238 | 0.26 | 0.56 | 0 | 0.07 | 272.24 | 0.8 | 0.67 |
| Hex | B0 | 68 | EE | 1A | 38 | 0 | 7 | 110 | 50 | 43 |
| Octal | 260 | 150 | 356 | 32 | 70 | 0 | 7 | 420 | 120 | 103 |
| Binary | 10110000 | 1101000 | 11101110 | 11010 | 111000 | 0 | 111 | 100010000 | 1010000 | 1000011 |
Color Harmonies of #B068EE
Complementary color
Monochromatic Colors of #B068EE
Black with #B068EE
Text Example
Text Example
White with #B068EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B068EE; }
p { color: rgb(176,104,238); }
H1.HeaderClassName
{
color: #B068EE;
}
.AnyTagClassName
{
color: #B068EE;
}
</style>
background-color css
<style>
a { background-color: #B068EE; }
a { background-color: rgb(176,104,238); }
div.DivClassName
{
background-color: #B068EE;
}
.BgClassName
{
background-color: #B068EE;
}
</style>
border-color css
<style>
span { border-color: #B068EE; }
span { border-color: rgb(176,104,238); }
td.TdClassName
{
border-color: #B068EE;
}
.TagClassName
{
border-color: #B068EE;
}
</style>