#B990FA

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

Shades of Perfume #B990FA

Tints of Perfume #B990FA

Color information

#B990FA (or 0xB990FA) is unknown color: approx Perfume. HEX triplet: B9, 90 and FA. RGB value is (185,144,250). Sum of RGB (Red+Green+Blue) = 185+144+250=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #B990FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B990FA is #466F05. Grayscale: #A7A7A7. Windows color (decimal): -4615942 or 16421049. OLE color: 16421049.

HSL color Cylindrical-coordinate representation of color #B990FA: hue angle of 263.21º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B990FA is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185144250-
CMYK0.260.4200.02
HSL263.21º91.38%77.25%-
HSV(B)263.21º42.4%98.04%-
XYZ47.2437.1695.13-
YUV168.34174.08139.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.95%
GREEN value IS 144 (56.64% from 255) = 24.87%
BLUE value IS 250 (98.05% from 255) = 43.18%
R=31.95%
G=24.87%
B=43.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851442500.260.4200.02263.2191.3877.25
HexB990FA1A2A021075b4d
Octal271220372325202407133115
Binary1011100110010000111110101101010101001010000011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990FA; }

 p { color: rgb(185,144,250); }

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

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

 a { background-color: rgb(185,144,250); }

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

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

 span { border-color: rgb(185,144,250); }

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