Shades of Perfume #B7A3EB
Tints of Perfume #B7A3EB
RGB
CMYK
RGB Variations
Color information
#B7A3EB (or 0xB7A3EB) is known color: Perfume. HEX triplet: B7, A3 and EB. RGB value is (183,163,235). Sum of RGB (Red+Green+Blue) = 183+163+235=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 163 (64.06% from 255 or 28.06% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #B7A3EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A3EB is #485C14. Grayscale: #B0B0B0. Windows color (decimal): -4742165 or 15442871. OLE color: 15442871.
HSL color Cylindrical-coordinate representation of color #B7A3EB: hue angle of 256.67º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7A3EB is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 163 | 235 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.08 |
| HSL | 256.67º | 0.64% | 0.78% | - |
| HSV(B) | 256.67º | 0.31% | 0.92% | - |
| XYZ | 47.62 | 42.26 | 84.24 | - |
| YUV | 177.19 | 160.63 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 235 | 0.22 | 0.31 | 0 | 0.08 | 256.67 | 0.64 | 0.78 |
| Hex | B7 | A3 | EB | 16 | 1F | 0 | 8 | 101 | 40 | 4E |
| Octal | 267 | 243 | 353 | 26 | 37 | 0 | 10 | 401 | 100 | 116 |
| Binary | 10110111 | 10100011 | 11101011 | 10110 | 11111 | 0 | 1000 | 100000001 | 1000000 | 1001110 |
Color Harmonies of #B7A3EB
Complementary color
Monochromatic Colors of #B7A3EB
Black with #B7A3EB
Text Example
Text Example
White with #B7A3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A3EB; }
p { color: rgb(183,163,235); }
H1.HeaderClassName
{
color: #B7A3EB;
}
.AnyTagClassName
{
color: #B7A3EB;
}
</style>
background-color css
<style>
a { background-color: #B7A3EB; }
a { background-color: rgb(183,163,235); }
div.DivClassName
{
background-color: #B7A3EB;
}
.BgClassName
{
background-color: #B7A3EB;
}
</style>
border-color css
<style>
span { border-color: #B7A3EB; }
span { border-color: rgb(183,163,235); }
td.TdClassName
{
border-color: #B7A3EB;
}
.TagClassName
{
border-color: #B7A3EB;
}
</style>