#B997F6

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

Shades of Perfume #B997F6

Tints of Perfume #B997F6

Color information

#B997F6 (or 0xB997F6) is unknown color: approx Perfume. HEX triplet: B9, 97 and F6. RGB value is (185,151,246). Sum of RGB (Red+Green+Blue) = 185+151+246=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 151 (59.38% from 255 or 25.95% from 582); Blue value is 246 (96.48% from 255 or 42.27% from 582); Max value from RGB is 246 - color contains mainly: blue. Hex color #B997F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B997F6 is #466809. Grayscale: #ABABAB. Windows color (decimal): -4614154 or 16160697. OLE color: 16160697.

HSL color Cylindrical-coordinate representation of color #B997F6: hue angle of 261.47º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B997F6 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB185151246-
CMYK0.250.3900.04
HSL261.47º84.07%77.84%-
HSV(B)261.47º38.62%96.47%-
XYZ47.7139.192.22-
YUV172169.76137.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.79%
GREEN value IS 151 (59.38% from 255) = 25.95%
BLUE value IS 246 (96.48% from 255) = 42.27%
R=31.79%
G=25.95%
B=42.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1851512460.250.3900.04261.4784.0777.84
HexB997F6192704105544e
Octal271227366314704405124116
Binary10111001100101111111011011001100111010010000010110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B997F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B997F6; }

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

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

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

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

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

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

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

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