Shades of Perfume #B7A3E7
Tints of Perfume #B7A3E7
RGB
CMYK
RGB Variations
Color information
#B7A3E7 (or 0xB7A3E7) is known color: Perfume. HEX triplet: B7, A3 and E7. RGB value is (183,163,231). Sum of RGB (Red+Green+Blue) = 183+163+231=577 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.72% from 577); Green value is 163 (64.06% from 255 or 28.25% from 577); Blue value is 231 (90.62% from 255 or 40.03% from 577); Max value from RGB is 231 - color contains mainly: blue. Hex color #B7A3E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A3E7 is #485C18. Grayscale: #B0B0B0. Windows color (decimal): -4742169 or 15180727. OLE color: 15180727.
HSL color Cylindrical-coordinate representation of color #B7A3E7: hue angle of 257.65º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7A3E7 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 163 | 231 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.09 |
| HSL | 257.65º | 0.59% | 0.77% | - |
| HSV(B) | 257.65º | 0.29% | 0.91% | - |
| XYZ | 47.05 | 42.03 | 81.23 | - |
| YUV | 176.73 | 158.63 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 231 | 0.21 | 0.29 | 0 | 0.09 | 257.65 | 0.59 | 0.77 |
| Hex | B7 | A3 | E7 | 15 | 1D | 0 | 9 | 102 | 3B | 4D |
| Octal | 267 | 243 | 347 | 25 | 35 | 0 | 11 | 402 | 73 | 115 |
| Binary | 10110111 | 10100011 | 11100111 | 10101 | 11101 | 0 | 1001 | 100000010 | 111011 | 1001101 |
Color Harmonies of #B7A3E7
Complementary color
Monochromatic Colors of #B7A3E7
Black with #B7A3E7
Text Example
Text Example
White with #B7A3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A3E7; }
p { color: rgb(183,163,231); }
H1.HeaderClassName
{
color: #B7A3E7;
}
.AnyTagClassName
{
color: #B7A3E7;
}
</style>
background-color css
<style>
a { background-color: #B7A3E7; }
a { background-color: rgb(183,163,231); }
div.DivClassName
{
background-color: #B7A3E7;
}
.BgClassName
{
background-color: #B7A3E7;
}
</style>
border-color css
<style>
span { border-color: #B7A3E7; }
span { border-color: rgb(183,163,231); }
td.TdClassName
{
border-color: #B7A3E7;
}
.TagClassName
{
border-color: #B7A3E7;
}
</style>