#B994FF

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

Shades of Perfume #B994FF

Tints of Perfume #B994FF

Color information

#B994FF (or 0xB994FF) is unknown color: approx Perfume. HEX triplet: B9, 94 and FF. RGB value is (185,148,255). Sum of RGB (Red+Green+Blue) = 185+148+255=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #B994FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B994FF is #466B00. Grayscale: #AAAAAA. Windows color (decimal): -4614913 or 16749753. OLE color: 16749753.

HSL color Cylindrical-coordinate representation of color #B994FF: hue angle of 260.75º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B994FF is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB185148255-
CMYK0.270.4200
HSL260.75º100%79.02%-
HSV(B)260.75º41.96%100%-
XYZ48.6538.7199.52-
YUV171.26175.26137.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.46%
GREEN value IS 148 (58.20% from 255) = 25.17%
BLUE value IS 255 (100% from 255) = 43.37%
R=31.46%
G=25.17%
B=43.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851482550.270.4200260.7510079.02
HexB994FF1B2A00105644f
Octal271224377335200405144117
Binary101110011001010011111111110111010100010000010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B994FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B994FF; }

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

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

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

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

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

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

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

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