Shades of Perfume #B69AFA
Tints of Perfume #B69AFA
RGB
CMYK
RGB Variations
Color information
#B69AFA (or 0xB69AFA) is known color: Perfume. HEX triplet: B6, 9A and FA. RGB value is (182,154,250). Sum of RGB (Red+Green+Blue) = 182+154+250=586 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.06% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #B69AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69AFA is #496505. Grayscale: #ACACAC. Windows color (decimal): -4809990 or 16423606. OLE color: 16423606.
HSL color Cylindrical-coordinate representation of color #B69AFA: hue angle of 257.5º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B69AFA is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 154 | 250 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.02 |
| HSL | 257.5º | 0.91% | 0.79% | - |
| HSV(B) | 257.5º | 0.38% | 0.98% | - |
| XYZ | 48.1 | 39.96 | 95.62 | - |
| YUV | 173.32 | 171.28 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 154 | 250 | 0.27 | 0.38 | 0 | 0.02 | 257.5 | 0.91 | 0.79 |
| Hex | B6 | 9A | FA | 1B | 26 | 0 | 2 | 102 | 5B | 4F |
| Octal | 266 | 232 | 372 | 33 | 46 | 0 | 2 | 402 | 133 | 117 |
| Binary | 10110110 | 10011010 | 11111010 | 11011 | 100110 | 0 | 10 | 100000010 | 1011011 | 1001111 |
Color Harmonies of #B69AFA
Complementary color
Monochromatic Colors of #B69AFA
Black with #B69AFA
Text Example
Text Example
White with #B69AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69AFA; }
p { color: rgb(182,154,250); }
H1.HeaderClassName
{
color: #B69AFA;
}
.AnyTagClassName
{
color: #B69AFA;
}
</style>
background-color css
<style>
a { background-color: #B69AFA; }
a { background-color: rgb(182,154,250); }
div.DivClassName
{
background-color: #B69AFA;
}
.BgClassName
{
background-color: #B69AFA;
}
</style>
border-color css
<style>
span { border-color: #B69AFA; }
span { border-color: rgb(182,154,250); }
td.TdClassName
{
border-color: #B69AFA;
}
.TagClassName
{
border-color: #B69AFA;
}
</style>