Shades of Medium Purple #B672EE
Tints of Medium Purple #B672EE
RGB
CMYK
RGB Variations
Color information
#B672EE (or 0xB672EE) is known color: Medium Purple. HEX triplet: B6, 72 and EE. RGB value is (182,114,238). Sum of RGB (Red+Green+Blue) = 182+114+238=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #B672EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B672EE is #498D11. Grayscale: #949494. Windows color (decimal): -4820242 or 15626934. OLE color: 15626934.
HSL color Cylindrical-coordinate representation of color #B672EE: hue angle of 272.9º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B672EE is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 114 | 238 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.07 |
| HSL | 272.9º | 0.78% | 0.69% | - |
| HSV(B) | 272.9º | 0.52% | 0.93% | - |
| XYZ | 40.74 | 28.15 | 84.18 | - |
| YUV | 148.47 | 178.53 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 238 | 0.24 | 0.52 | 0 | 0.07 | 272.9 | 0.78 | 0.69 |
| Hex | B6 | 72 | EE | 18 | 34 | 0 | 7 | 111 | 4E | 45 |
| Octal | 266 | 162 | 356 | 30 | 64 | 0 | 7 | 421 | 116 | 105 |
| Binary | 10110110 | 1110010 | 11101110 | 11000 | 110100 | 0 | 111 | 100010001 | 1001110 | 1000101 |
Color Harmonies of #B672EE
Complementary color
Monochromatic Colors of #B672EE
Black with #B672EE
Text Example
Text Example
White with #B672EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B672EE; }
p { color: rgb(182,114,238); }
H1.HeaderClassName
{
color: #B672EE;
}
.AnyTagClassName
{
color: #B672EE;
}
</style>
background-color css
<style>
a { background-color: #B672EE; }
a { background-color: rgb(182,114,238); }
div.DivClassName
{
background-color: #B672EE;
}
.BgClassName
{
background-color: #B672EE;
}
</style>
border-color css
<style>
span { border-color: #B672EE; }
span { border-color: rgb(182,114,238); }
td.TdClassName
{
border-color: #B672EE;
}
.TagClassName
{
border-color: #B672EE;
}
</style>