#B997F3

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

Shades of Perfume #B997F3

Tints of Perfume #B997F3

Color information

#B997F3 (or 0xB997F3) is unknown color: approx Perfume. HEX triplet: B9, 97 and F3. RGB value is (185,151,243). Sum of RGB (Red+Green+Blue) = 185+151+243=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 243 (95.31% from 255 or 41.97% from 579); Max value from RGB is 243 - color contains mainly: blue. Hex color #B997F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B997F3 is #46680C. Grayscale: #ABABAB. Windows color (decimal): -4614157 or 15964089. OLE color: 15964089.

HSL color Cylindrical-coordinate representation of color #B997F3: hue angle of 262.17º degrees, saturation: 0.79, 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 #B997F3 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185151243-
CMYK0.240.3800.05
HSL262.17º79.31%77.25%-
HSV(B)262.17º37.86%95.29%-
XYZ47.2538.9289.82-
YUV171.65168.26137.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.95%
GREEN value IS 151 (59.38% from 255) = 26.08%
BLUE value IS 243 (95.31% from 255) = 41.97%
R=31.95%
G=26.08%
B=41.97%

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
Decimal1851512430.240.3800.05262.1779.3177.25
HexB997F31826051064f4d
Octal271227363304605406117115
Binary10111001100101111111001111000100110010110000011010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B997F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B997F3; }

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

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

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

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

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

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

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

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