Shades of Perfume #B69BFA
Tints of Perfume #B69BFA
RGB
CMYK
RGB Variations
Color information
#B69BFA (or 0xB69BFA) is known color: Perfume. HEX triplet: B6, 9B and FA. RGB value is (182,155,250). Sum of RGB (Red+Green+Blue) = 182+155+250=587 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.01% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #B69BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69BFA is #496405. Grayscale: #ADADAD. Windows color (decimal): -4809734 or 16423862. OLE color: 16423862.
HSL color Cylindrical-coordinate representation of color #B69BFA: hue angle of 257.05º degrees, saturation: 0.9, 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 #B69BFA is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 155 | 250 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.02 |
| HSL | 257.05º | 0.9% | 0.79% | - |
| HSV(B) | 257.05º | 0.38% | 0.98% | - |
| XYZ | 48.27 | 40.29 | 95.68 | - |
| YUV | 173.9 | 170.95 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 155 | 250 | 0.27 | 0.38 | 0 | 0.02 | 257.05 | 0.9 | 0.79 |
| Hex | B6 | 9B | FA | 1B | 26 | 0 | 2 | 101 | 5A | 4F |
| Octal | 266 | 233 | 372 | 33 | 46 | 0 | 2 | 401 | 132 | 117 |
| Binary | 10110110 | 10011011 | 11111010 | 11011 | 100110 | 0 | 10 | 100000001 | 1011010 | 1001111 |
Color Harmonies of #B69BFA
Complementary color
Monochromatic Colors of #B69BFA
Black with #B69BFA
Text Example
Text Example
White with #B69BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69BFA; }
p { color: rgb(182,155,250); }
H1.HeaderClassName
{
color: #B69BFA;
}
.AnyTagClassName
{
color: #B69BFA;
}
</style>
background-color css
<style>
a { background-color: #B69BFA; }
a { background-color: rgb(182,155,250); }
div.DivClassName
{
background-color: #B69BFA;
}
.BgClassName
{
background-color: #B69BFA;
}
</style>
border-color css
<style>
span { border-color: #B69BFA; }
span { border-color: rgb(182,155,250); }
td.TdClassName
{
border-color: #B69BFA;
}
.TagClassName
{
border-color: #B69BFA;
}
</style>