Shades of Medium Purple #B672F5
Tints of Medium Purple #B672F5
RGB
CMYK
RGB Variations
Color information
#B672F5 (or 0xB672F5) is known color: Medium Purple. HEX triplet: B6, 72 and F5. RGB value is (182,114,245). Sum of RGB (Red+Green+Blue) = 182+114+245=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 245 (96.09% from 255 or 45.29% from 541); Max value from RGB is 245 - color contains mainly: blue. Hex color #B672F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B672F5 is #498D0A. Grayscale: #949494. Windows color (decimal): -4820235 or 16085686. OLE color: 16085686.
HSL color Cylindrical-coordinate representation of color #B672F5: hue angle of 271.15º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B672F5 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 114 | 245 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.04 |
| HSL | 271.15º | 0.87% | 0.7% | - |
| HSV(B) | 271.15º | 0.53% | 0.96% | - |
| XYZ | 41.79 | 28.57 | 89.7 | - |
| YUV | 149.27 | 182.03 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 245 | 0.26 | 0.53 | 0 | 0.04 | 271.15 | 0.87 | 0.7 |
| Hex | B6 | 72 | F5 | 1A | 35 | 0 | 4 | 10F | 57 | 46 |
| Octal | 266 | 162 | 365 | 32 | 65 | 0 | 4 | 417 | 127 | 106 |
| Binary | 10110110 | 1110010 | 11110101 | 11010 | 110101 | 0 | 100 | 100001111 | 1010111 | 1000110 |
Color Harmonies of #B672F5
Complementary color
Monochromatic Colors of #B672F5
Black with #B672F5
Text Example
Text Example
White with #B672F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B672F5; }
p { color: rgb(182,114,245); }
H1.HeaderClassName
{
color: #B672F5;
}
.AnyTagClassName
{
color: #B672F5;
}
</style>
background-color css
<style>
a { background-color: #B672F5; }
a { background-color: rgb(182,114,245); }
div.DivClassName
{
background-color: #B672F5;
}
.BgClassName
{
background-color: #B672F5;
}
</style>
border-color css
<style>
span { border-color: #B672F5; }
span { border-color: rgb(182,114,245); }
td.TdClassName
{
border-color: #B672F5;
}
.TagClassName
{
border-color: #B672F5;
}
</style>