#B997F2

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

Shades of Perfume #B997F2

Tints of Perfume #B997F2

Color information

#B997F2 (or 0xB997F2) is unknown color: approx Perfume. HEX triplet: B9, 97 and F2. RGB value is (185,151,242). Sum of RGB (Red+Green+Blue) = 185+151+242=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #B997F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B997F2 is #46680D. Grayscale: #ABABAB. Windows color (decimal): -4614158 or 15898553. OLE color: 15898553.

HSL color Cylindrical-coordinate representation of color #B997F2: hue angle of 262.42º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B997F2 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185151242-
CMYK0.240.3800.05
HSL262.42º77.78%77.06%-
HSV(B)262.42º37.6%94.9%-
XYZ47.138.8689.02-
YUV171.54167.76137.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.01%
GREEN value IS 151 (59.38% from 255) = 26.12%
BLUE value IS 242 (94.92% from 255) = 41.87%
R=32.01%
G=26.12%
B=41.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851512420.240.3800.05262.4277.7877.06
HexB997F21826051064e4d
Octal271227362304605406116115
Binary10111001100101111111001011000100110010110000011010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B997F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B997F2; }

 p { color: rgb(185,151,242); }

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

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

 a { background-color: rgb(185,151,242); }

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

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

 span { border-color: rgb(185,151,242); }

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