Shades of Medium Purple #B378EE
Tints of Medium Purple #B378EE
RGB
CMYK
RGB Variations
Color information
#B378EE (or 0xB378EE) is known color: Medium Purple. HEX triplet: B3, 78 and EE. RGB value is (179,120,238). Sum of RGB (Red+Green+Blue) = 179+120+238=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #B378EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B378EE is #4C8711. Grayscale: #969696. Windows color (decimal): -5015314 or 15628467. OLE color: 15628467.
HSL color Cylindrical-coordinate representation of color #B378EE: hue angle of 270º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B378EE is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 120 | 238 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.07 |
| HSL | 270º | 0.78% | 0.7% | - |
| HSV(B) | 270º | 0.5% | 0.93% | - |
| XYZ | 40.74 | 29.19 | 84.38 | - |
| YUV | 151.09 | 177.05 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 238 | 0.25 | 0.50 | 0 | 0.07 | 270 | 0.78 | 0.7 |
| Hex | B3 | 78 | EE | 19 | 32 | 0 | 7 | 10E | 4E | 46 |
| Octal | 263 | 170 | 356 | 31 | 62 | 0 | 7 | 416 | 116 | 106 |
| Binary | 10110011 | 1111000 | 11101110 | 11001 | 110010 | 0 | 111 | 100001110 | 1001110 | 1000110 |
Color Harmonies of #B378EE
Complementary color
Monochromatic Colors of #B378EE
Black with #B378EE
Text Example
Text Example
White with #B378EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B378EE; }
p { color: rgb(179,120,238); }
H1.HeaderClassName
{
color: #B378EE;
}
.AnyTagClassName
{
color: #B378EE;
}
</style>
background-color css
<style>
a { background-color: #B378EE; }
a { background-color: rgb(179,120,238); }
div.DivClassName
{
background-color: #B378EE;
}
.BgClassName
{
background-color: #B378EE;
}
</style>
border-color css
<style>
span { border-color: #B378EE; }
span { border-color: rgb(179,120,238); }
td.TdClassName
{
border-color: #B378EE;
}
.TagClassName
{
border-color: #B378EE;
}
</style>