Shades of Medium Purple #B772F2
Tints of Medium Purple #B772F2
RGB
CMYK
RGB Variations
Color information
#B772F2 (or 0xB772F2) is known color: Medium Purple. HEX triplet: B7, 72 and F2. RGB value is (183,114,242). Sum of RGB (Red+Green+Blue) = 183+114+242=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #B772F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B772F2 is #488D0D. Grayscale: #949494. Windows color (decimal): -4754702 or 15889079. OLE color: 15889079.
HSL color Cylindrical-coordinate representation of color #B772F2: hue angle of 272.34º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B772F2 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 114 | 242 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.05 |
| HSL | 272.34º | 0.83% | 0.7% | - |
| HSV(B) | 272.34º | 0.53% | 0.95% | - |
| XYZ | 41.57 | 28.51 | 87.32 | - |
| YUV | 149.22 | 180.36 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 242 | 0.24 | 0.53 | 0 | 0.05 | 272.34 | 0.83 | 0.7 |
| Hex | B7 | 72 | F2 | 18 | 35 | 0 | 5 | 110 | 53 | 46 |
| Octal | 267 | 162 | 362 | 30 | 65 | 0 | 5 | 420 | 123 | 106 |
| Binary | 10110111 | 1110010 | 11110010 | 11000 | 110101 | 0 | 101 | 100010000 | 1010011 | 1000110 |
Color Harmonies of #B772F2
Complementary color
Monochromatic Colors of #B772F2
Black with #B772F2
Text Example
Text Example
White with #B772F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B772F2; }
p { color: rgb(183,114,242); }
H1.HeaderClassName
{
color: #B772F2;
}
.AnyTagClassName
{
color: #B772F2;
}
</style>
background-color css
<style>
a { background-color: #B772F2; }
a { background-color: rgb(183,114,242); }
div.DivClassName
{
background-color: #B772F2;
}
.BgClassName
{
background-color: #B772F2;
}
</style>
border-color css
<style>
span { border-color: #B772F2; }
span { border-color: rgb(183,114,242); }
td.TdClassName
{
border-color: #B772F2;
}
.TagClassName
{
border-color: #B772F2;
}
</style>