#B992F6

Color #B992F6 Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #B992F6

Tints of Perfume #B992F6

Color information

#B992F6 (or 0xB992F6) is unknown color: approx Perfume. HEX triplet: B9, 92 and F6. RGB value is (185,146,246). Sum of RGB (Red+Green+Blue) = 185+146+246=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 246 (96.48% from 255 or 42.63% from 577); Max value from RGB is 246 - color contains mainly: blue. Hex color #B992F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B992F6 is #466D09. Grayscale: #A8A8A8. Windows color (decimal): -4615434 or 16159417. OLE color: 16159417.

HSL color Cylindrical-coordinate representation of color #B992F6: hue angle of 263.4º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B992F6 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB185146246-
CMYK0.250.4100.04
HSL263.4º84.75%76.86%-
HSV(B)263.4º40.65%96.47%-
XYZ46.9237.5391.96-
YUV169.06171.42139.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 32.06%
GREEN value IS 146 (57.42% from 255) = 25.30%
BLUE value IS 246 (96.48% from 255) = 42.63%
R=32.06%
G=25.30%
B=42.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1851462460.250.4100.04263.484.7576.86
HexB992F6192904107554d
Octal271222366315104407125115
Binary10111001100100101111011011001101001010010000011110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B992F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B992F6; }

 p { color: rgb(185,146,246); }

 H1.HeaderClassName
 {
   color: #B992F6;
 }
 .AnyTagClassName
 {
   color: #B992F6;
 }
</style>
background-color css

<style>
 a { background-color: #B992F6; }

 a { background-color: rgb(185,146,246); }

 div.DivClassName
 {
   background-color: #B992F6;
 }
 .BgClassName
 {
   background-color: #B992F6;
 }
</style>
border-color css

<style>
 span { border-color: #B992F6; }

 span { border-color: rgb(185,146,246); }

 td.TdClassName
 {
   border-color: #B992F6;
 }
 .TagClassName
 {
   border-color: #B992F6;
 }
</style>