Shades of Medium Purple #B673F6
Tints of Medium Purple #B673F6
RGB
CMYK
RGB Variations
Color information
#B673F6 (or 0xB673F6) is known color: Medium Purple. HEX triplet: B6, 73 and F6. RGB value is (182,115,246). Sum of RGB (Red+Green+Blue) = 182+115+246=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 246 - color contains mainly: blue. Hex color #B673F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B673F6 is #498C09. Grayscale: #959595. Windows color (decimal): -4819978 or 16151478. OLE color: 16151478.
HSL color Cylindrical-coordinate representation of color #B673F6: hue angle of 270.69º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B673F6 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 115 | 246 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.04 |
| HSL | 270.69º | 0.88% | 0.71% | - |
| HSV(B) | 270.69º | 0.53% | 0.96% | - |
| XYZ | 42.06 | 28.86 | 90.54 | - |
| YUV | 149.97 | 182.2 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 246 | 0.26 | 0.53 | 0 | 0.04 | 270.69 | 0.88 | 0.71 |
| Hex | B6 | 73 | F6 | 1A | 35 | 0 | 4 | 10F | 58 | 47 |
| Octal | 266 | 163 | 366 | 32 | 65 | 0 | 4 | 417 | 130 | 107 |
| Binary | 10110110 | 1110011 | 11110110 | 11010 | 110101 | 0 | 100 | 100001111 | 1011000 | 1000111 |
Color Harmonies of #B673F6
Complementary color
Monochromatic Colors of #B673F6
Black with #B673F6
Text Example
Text Example
White with #B673F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B673F6; }
p { color: rgb(182,115,246); }
H1.HeaderClassName
{
color: #B673F6;
}
.AnyTagClassName
{
color: #B673F6;
}
</style>
background-color css
<style>
a { background-color: #B673F6; }
a { background-color: rgb(182,115,246); }
div.DivClassName
{
background-color: #B673F6;
}
.BgClassName
{
background-color: #B673F6;
}
</style>
border-color css
<style>
span { border-color: #B673F6; }
span { border-color: rgb(182,115,246); }
td.TdClassName
{
border-color: #B673F6;
}
.TagClassName
{
border-color: #B673F6;
}
</style>