Shades of Medium Purple #B067EE
Tints of Medium Purple #B067EE
RGB
CMYK
RGB Variations
Color information
#B067EE (or 0xB067EE) is known color: Medium Purple. HEX triplet: B0, 67 and EE. RGB value is (176,103,238). Sum of RGB (Red+Green+Blue) = 176+103+238=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #B067EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B067EE is #4F9811. Grayscale: #8B8B8B. Windows color (decimal): -5216274 or 15624112. OLE color: 15624112.
HSL color Cylindrical-coordinate representation of color #B067EE: hue angle of 272.44º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B067EE is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 103 | 238 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.07 |
| HSL | 272.44º | 0.8% | 0.67% | - |
| HSV(B) | 272.44º | 0.57% | 0.93% | - |
| XYZ | 38.19 | 25.1 | 83.72 | - |
| YUV | 140.22 | 183.18 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 238 | 0.26 | 0.57 | 0 | 0.07 | 272.44 | 0.8 | 0.67 |
| Hex | B0 | 67 | EE | 1A | 39 | 0 | 7 | 110 | 50 | 43 |
| Octal | 260 | 147 | 356 | 32 | 71 | 0 | 7 | 420 | 120 | 103 |
| Binary | 10110000 | 1100111 | 11101110 | 11010 | 111001 | 0 | 111 | 100010000 | 1010000 | 1000011 |
Color Harmonies of #B067EE
Complementary color
Monochromatic Colors of #B067EE
Black with #B067EE
Text Example
Text Example
White with #B067EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B067EE; }
p { color: rgb(176,103,238); }
H1.HeaderClassName
{
color: #B067EE;
}
.AnyTagClassName
{
color: #B067EE;
}
</style>
background-color css
<style>
a { background-color: #B067EE; }
a { background-color: rgb(176,103,238); }
div.DivClassName
{
background-color: #B067EE;
}
.BgClassName
{
background-color: #B067EE;
}
</style>
border-color css
<style>
span { border-color: #B067EE; }
span { border-color: rgb(176,103,238); }
td.TdClassName
{
border-color: #B067EE;
}
.TagClassName
{
border-color: #B067EE;
}
</style>