Shades of Medium Purple #B875EE
Tints of Medium Purple #B875EE
RGB
CMYK
RGB Variations
Color information
#B875EE (or 0xB875EE) is known color: Medium Purple. HEX triplet: B8, 75 and EE. RGB value is (184,117,238). Sum of RGB (Red+Green+Blue) = 184+117+238=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #B875EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B875EE is #478A11. Grayscale: #969696. Windows color (decimal): -4688402 or 15627704. OLE color: 15627704.
HSL color Cylindrical-coordinate representation of color #B875EE: hue angle of 273.22º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B875EE is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 117 | 238 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.07 |
| HSL | 273.22º | 0.78% | 0.7% | - |
| HSV(B) | 273.22º | 0.51% | 0.93% | - |
| XYZ | 41.56 | 29.09 | 84.31 | - |
| YUV | 150.83 | 177.2 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 238 | 0.23 | 0.51 | 0 | 0.07 | 273.22 | 0.78 | 0.7 |
| Hex | B8 | 75 | EE | 17 | 33 | 0 | 7 | 111 | 4E | 46 |
| Octal | 270 | 165 | 356 | 27 | 63 | 0 | 7 | 421 | 116 | 106 |
| Binary | 10111000 | 1110101 | 11101110 | 10111 | 110011 | 0 | 111 | 100010001 | 1001110 | 1000110 |
Color Harmonies of #B875EE
Complementary color
Monochromatic Colors of #B875EE
Black with #B875EE
Text Example
Text Example
White with #B875EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B875EE; }
p { color: rgb(184,117,238); }
H1.HeaderClassName
{
color: #B875EE;
}
.AnyTagClassName
{
color: #B875EE;
}
</style>
background-color css
<style>
a { background-color: #B875EE; }
a { background-color: rgb(184,117,238); }
div.DivClassName
{
background-color: #B875EE;
}
.BgClassName
{
background-color: #B875EE;
}
</style>
border-color css
<style>
span { border-color: #B875EE; }
span { border-color: rgb(184,117,238); }
td.TdClassName
{
border-color: #B875EE;
}
.TagClassName
{
border-color: #B875EE;
}
</style>