Shades of Medium Purple #B673EF
Tints of Medium Purple #B673EF
RGB
CMYK
RGB Variations
Color information
#B673EF (or 0xB673EF) is known color: Medium Purple. HEX triplet: B6, 73 and EF. RGB value is (182,115,239). Sum of RGB (Red+Green+Blue) = 182+115+239=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #B673EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B673EF is #498C10. Grayscale: #949494. Windows color (decimal): -4819985 or 15692726. OLE color: 15692726.
HSL color Cylindrical-coordinate representation of color #B673EF: hue angle of 272.42º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B673EF is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 115 | 239 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.06 |
| HSL | 272.42º | 0.79% | 0.69% | - |
| HSV(B) | 272.42º | 0.52% | 0.94% | - |
| XYZ | 41 | 28.44 | 84.99 | - |
| YUV | 149.17 | 178.7 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 239 | 0.24 | 0.52 | 0 | 0.06 | 272.42 | 0.79 | 0.69 |
| Hex | B6 | 73 | EF | 18 | 34 | 0 | 6 | 110 | 4F | 45 |
| Octal | 266 | 163 | 357 | 30 | 64 | 0 | 6 | 420 | 117 | 105 |
| Binary | 10110110 | 1110011 | 11101111 | 11000 | 110100 | 0 | 110 | 100010000 | 1001111 | 1000101 |
Color Harmonies of #B673EF
Complementary color
Monochromatic Colors of #B673EF
Black with #B673EF
Text Example
Text Example
White with #B673EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B673EF; }
p { color: rgb(182,115,239); }
H1.HeaderClassName
{
color: #B673EF;
}
.AnyTagClassName
{
color: #B673EF;
}
</style>
background-color css
<style>
a { background-color: #B673EF; }
a { background-color: rgb(182,115,239); }
div.DivClassName
{
background-color: #B673EF;
}
.BgClassName
{
background-color: #B673EF;
}
</style>
border-color css
<style>
span { border-color: #B673EF; }
span { border-color: rgb(182,115,239); }
td.TdClassName
{
border-color: #B673EF;
}
.TagClassName
{
border-color: #B673EF;
}
</style>