Shades of Medium Purple #B773F1
Tints of Medium Purple #B773F1
RGB
CMYK
RGB Variations
Color information
#B773F1 (or 0xB773F1) is known color: Medium Purple. HEX triplet: B7, 73 and F1. RGB value is (183,115,241). Sum of RGB (Red+Green+Blue) = 183+115+241=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #B773F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B773F1 is #488C0E. Grayscale: #959595. Windows color (decimal): -4754447 or 15823799. OLE color: 15823799.
HSL color Cylindrical-coordinate representation of color #B773F1: hue angle of 272.38º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B773F1 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 115 | 241 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.05 |
| HSL | 272.38º | 0.82% | 0.7% | - |
| HSV(B) | 272.38º | 0.52% | 0.95% | - |
| XYZ | 41.54 | 28.68 | 86.57 | - |
| YUV | 149.7 | 179.53 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 241 | 0.24 | 0.52 | 0 | 0.05 | 272.38 | 0.82 | 0.7 |
| Hex | B7 | 73 | F1 | 18 | 34 | 0 | 5 | 110 | 52 | 46 |
| Octal | 267 | 163 | 361 | 30 | 64 | 0 | 5 | 420 | 122 | 106 |
| Binary | 10110111 | 1110011 | 11110001 | 11000 | 110100 | 0 | 101 | 100010000 | 1010010 | 1000110 |
Color Harmonies of #B773F1
Complementary color
Monochromatic Colors of #B773F1
Black with #B773F1
Text Example
Text Example
White with #B773F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B773F1; }
p { color: rgb(183,115,241); }
H1.HeaderClassName
{
color: #B773F1;
}
.AnyTagClassName
{
color: #B773F1;
}
</style>
background-color css
<style>
a { background-color: #B773F1; }
a { background-color: rgb(183,115,241); }
div.DivClassName
{
background-color: #B773F1;
}
.BgClassName
{
background-color: #B773F1;
}
</style>
border-color css
<style>
span { border-color: #B773F1; }
span { border-color: rgb(183,115,241); }
td.TdClassName
{
border-color: #B773F1;
}
.TagClassName
{
border-color: #B773F1;
}
</style>