Shades of Perfume #B6A0F3
Tints of Perfume #B6A0F3
RGB
CMYK
RGB Variations
Color information
#B6A0F3 (or 0xB6A0F3) is known color: Perfume. HEX triplet: B6, A0 and F3. RGB value is (182,160,243). Sum of RGB (Red+Green+Blue) = 182+160+243=585 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.11% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #B6A0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A0F3 is #495F0C. Grayscale: #AFAFAF. Windows color (decimal): -4808461 or 15966390. OLE color: 15966390.
HSL color Cylindrical-coordinate representation of color #B6A0F3: hue angle of 255.9º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6A0F3 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 160 | 243 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.05 |
| HSL | 255.9º | 0.78% | 0.79% | - |
| HSV(B) | 255.9º | 0.34% | 0.95% | - |
| XYZ | 48.04 | 41.56 | 90.28 | - |
| YUV | 176.04 | 165.79 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 160 | 243 | 0.25 | 0.34 | 0 | 0.05 | 255.9 | 0.78 | 0.79 |
| Hex | B6 | A0 | F3 | 19 | 22 | 0 | 5 | 100 | 4E | 4F |
| Octal | 266 | 240 | 363 | 31 | 42 | 0 | 5 | 400 | 116 | 117 |
| Binary | 10110110 | 10100000 | 11110011 | 11001 | 100010 | 0 | 101 | 100000000 | 1001110 | 1001111 |
Color Harmonies of #B6A0F3
Complementary color
Monochromatic Colors of #B6A0F3
Black with #B6A0F3
Text Example
Text Example
White with #B6A0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A0F3; }
p { color: rgb(182,160,243); }
H1.HeaderClassName
{
color: #B6A0F3;
}
.AnyTagClassName
{
color: #B6A0F3;
}
</style>
background-color css
<style>
a { background-color: #B6A0F3; }
a { background-color: rgb(182,160,243); }
div.DivClassName
{
background-color: #B6A0F3;
}
.BgClassName
{
background-color: #B6A0F3;
}
</style>
border-color css
<style>
span { border-color: #B6A0F3; }
span { border-color: rgb(182,160,243); }
td.TdClassName
{
border-color: #B6A0F3;
}
.TagClassName
{
border-color: #B6A0F3;
}
</style>