#B994F4

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

Shades of Perfume #B994F4

Tints of Perfume #B994F4

Color information

#B994F4 (or 0xB994F4) is unknown color: approx Perfume. HEX triplet: B9, 94 and F4. RGB value is (185,148,244). Sum of RGB (Red+Green+Blue) = 185+148+244=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 244 (95.70% from 255 or 42.29% from 577); Max value from RGB is 244 - color contains mainly: blue. Hex color #B994F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B994F4 is #466B0B. Grayscale: #A9A9A9. Windows color (decimal): -4614924 or 16028857. OLE color: 16028857.

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

Color convert

RGB185148244-
CMYK0.240.3900.04
HSL263.12º81.36%76.86%-
HSV(B)263.12º39.34%95.69%-
XYZ46.9338.0390.45-
YUV170.01169.76138.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.06%
GREEN value IS 148 (58.20% from 255) = 25.65%
BLUE value IS 244 (95.70% from 255) = 42.29%
R=32.06%
G=25.65%
B=42.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1851482440.240.3900.04263.1281.3676.86
HexB994F4182704107514d
Octal271224364304704407121115
Binary10111001100101001111010011000100111010010000011110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B994F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B994F4; }

 p { color: rgb(185,148,244); }

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

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

 a { background-color: rgb(185,148,244); }

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

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

 span { border-color: rgb(185,148,244); }

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