#B997F1

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

Shades of Perfume #B997F1

Tints of Perfume #B997F1

Color information

#B997F1 (or 0xB997F1) is unknown color: approx Perfume. HEX triplet: B9, 97 and F1. RGB value is (185,151,241). Sum of RGB (Red+Green+Blue) = 185+151+241=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #B997F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B997F1 is #46680E. Grayscale: #ABABAB. Windows color (decimal): -4614159 or 15833017. OLE color: 15833017.

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

Color convert

RGB185151241-
CMYK0.230.3700.05
HSL262.67º76.27%76.86%-
HSV(B)262.67º37.34%94.51%-
XYZ46.9538.888.23-
YUV171.43167.26137.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.06%
GREEN value IS 151 (59.38% from 255) = 26.17%
BLUE value IS 241 (94.53% from 255) = 41.77%
R=32.06%
G=26.17%
B=41.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851512410.230.3700.05262.6776.2776.86
HexB997F11725051074c4d
Octal271227361274505407114115
Binary10111001100101111111000110111100101010110000011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B997F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B997F1; }

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

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

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

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

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

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

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

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