#B996FA

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

Shades of Perfume #B996FA

Tints of Perfume #B996FA

Color information

#B996FA (or 0xB996FA) is unknown color: approx Perfume. HEX triplet: B9, 96 and FA. RGB value is (185,150,250). Sum of RGB (Red+Green+Blue) = 185+150+250=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #B996FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B996FA is #466905. Grayscale: #ABABAB. Windows color (decimal): -4614406 or 16422585. OLE color: 16422585.

HSL color Cylindrical-coordinate representation of color #B996FA: hue angle of 261º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B996FA is Cyan = 0.26, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185150250-
CMYK0.260.400.02
HSL261º90.91%78.43%-
HSV(B)261º40%98.04%-
XYZ48.1739.0395.44-
YUV171.86172.1137.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.62%
GREEN value IS 150 (58.98% from 255) = 25.64%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=31.62%
G=25.64%
B=42.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851502500.260.400.0226190.9178.43
HexB996FA1A28021055b4e
Octal271226372325002405133116
Binary1011100110010110111110101101010100001010000010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B996FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B996FA; }

 p { color: rgb(185,150,250); }

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

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

 a { background-color: rgb(185,150,250); }

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

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

 span { border-color: rgb(185,150,250); }

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