#B990F9

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

Shades of Perfume #B990F9

Tints of Perfume #B990F9

Color information

#B990F9 (or 0xB990F9) is unknown color: approx Perfume. HEX triplet: B9, 90 and F9. RGB value is (185,144,249). Sum of RGB (Red+Green+Blue) = 185+144+249=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #B990F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B990F9 is #466F06. Grayscale: #A7A7A7. Windows color (decimal): -4615943 or 16355513. OLE color: 16355513.

HSL color Cylindrical-coordinate representation of color #B990F9: hue angle of 263.43º degrees, saturation: 0.9, 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 #B990F9 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185144249-
CMYK0.260.4200.02
HSL263.43º89.74%77.06%-
HSV(B)263.43º42.17%97.65%-
XYZ47.0837.194.3-
YUV168.23173.58139.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.01%
GREEN value IS 144 (56.64% from 255) = 24.91%
BLUE value IS 249 (97.66% from 255) = 43.08%
R=32.01%
G=24.91%
B=43.08%

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
Decimal1851442490.260.4200.02263.4389.7477.06
HexB990F91A2A021075a4d
Octal271220371325202407132115
Binary1011100110010000111110011101010101001010000011110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990F9; }

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

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

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

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

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

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

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

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