#B991F7

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

Shades of Perfume #B991F7

Tints of Perfume #B991F7

Color information

#B991F7 (or 0xB991F7) is unknown color: approx Perfume. HEX triplet: B9, 91 and F7. RGB value is (185,145,247). Sum of RGB (Red+Green+Blue) = 185+145+247=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 247 (96.88% from 255 or 42.81% from 577); Max value from RGB is 247 - color contains mainly: blue. Hex color #B991F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B991F7 is #466E08. Grayscale: #A8A8A8. Windows color (decimal): -4615689 or 16224697. OLE color: 16224697.

HSL color Cylindrical-coordinate representation of color #B991F7: hue angle of 263.53º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B991F7 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB185145247-
CMYK0.250.4100.03
HSL263.53º86.44%76.86%-
HSV(B)263.53º41.3%96.86%-
XYZ46.9237.2892.72-
YUV168.59172.25139.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.06%
GREEN value IS 145 (57.03% from 255) = 25.13%
BLUE value IS 247 (96.88% from 255) = 42.81%
R=32.06%
G=25.13%
B=42.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1851452470.250.4100.03263.5386.4476.86
HexB991F7192903108564d
Octal271221367315103410126115
Binary1011100110010001111101111100110100101110000100010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B991F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B991F7; }

 p { color: rgb(185,145,247); }

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

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

 a { background-color: rgb(185,145,247); }

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

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

 span { border-color: rgb(185,145,247); }

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