Shades of Medium Purple #B673F5
Tints of Medium Purple #B673F5
RGB
CMYK
RGB Variations
Color information
#B673F5 (or 0xB673F5) is known color: Medium Purple. HEX triplet: B6, 73 and F5. RGB value is (182,115,245). Sum of RGB (Red+Green+Blue) = 182+115+245=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 245 (96.09% from 255 or 45.20% from 542); Max value from RGB is 245 - color contains mainly: blue. Hex color #B673F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B673F5 is #498C0A. Grayscale: #959595. Windows color (decimal): -4819979 or 16085942. OLE color: 16085942.
HSL color Cylindrical-coordinate representation of color #B673F5: hue angle of 270.92º degrees, saturation: 0.87, 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 #B673F5 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 115 | 245 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.04 |
| HSL | 270.92º | 0.87% | 0.71% | - |
| HSV(B) | 270.92º | 0.53% | 0.96% | - |
| XYZ | 41.9 | 28.8 | 89.74 | - |
| YUV | 149.85 | 181.7 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 245 | 0.26 | 0.53 | 0 | 0.04 | 270.92 | 0.87 | 0.71 |
| Hex | B6 | 73 | F5 | 1A | 35 | 0 | 4 | 10F | 57 | 47 |
| Octal | 266 | 163 | 365 | 32 | 65 | 0 | 4 | 417 | 127 | 107 |
| Binary | 10110110 | 1110011 | 11110101 | 11010 | 110101 | 0 | 100 | 100001111 | 1010111 | 1000111 |
Color Harmonies of #B673F5
Complementary color
Monochromatic Colors of #B673F5
Black with #B673F5
Text Example
Text Example
White with #B673F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B673F5; }
p { color: rgb(182,115,245); }
H1.HeaderClassName
{
color: #B673F5;
}
.AnyTagClassName
{
color: #B673F5;
}
</style>
background-color css
<style>
a { background-color: #B673F5; }
a { background-color: rgb(182,115,245); }
div.DivClassName
{
background-color: #B673F5;
}
.BgClassName
{
background-color: #B673F5;
}
</style>
border-color css
<style>
span { border-color: #B673F5; }
span { border-color: rgb(182,115,245); }
td.TdClassName
{
border-color: #B673F5;
}
.TagClassName
{
border-color: #B673F5;
}
</style>