#B997FF

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

Shades of Perfume #B997FF

Tints of Perfume #B997FF

Color information

#B997FF (or 0xB997FF) is unknown color: approx Perfume. HEX triplet: B9, 97 and FF. RGB value is (185,151,255). Sum of RGB (Red+Green+Blue) = 185+151+255=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 151 (59.38% from 255 or 25.55% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #B997FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B997FF is #466800. Grayscale: #ACACAC. Windows color (decimal): -4614145 or 16750521. OLE color: 16750521.

HSL color Cylindrical-coordinate representation of color #B997FF: hue angle of 259.62º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B997FF is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB185151255-
CMYK0.270.4100
HSL259.62º100%79.61%-
HSV(B)259.62º40.78%100%-
XYZ49.1239.6799.68-
YUV173.02174.26136.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.30%
GREEN value IS 151 (59.38% from 255) = 25.55%
BLUE value IS 255 (100% from 255) = 43.15%
R=31.30%
G=25.55%
B=43.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851512550.270.4100259.6210079.61
HexB997FF1B29001046450
Octal271227377335100404144120
Binary101110011001011111111111110111010010010000010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B997FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B997FF; }

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

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

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

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

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

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

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

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