#BB94E1

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

Shades of Perfume #BB94E1

Tints of Perfume #BB94E1

Color information

#BB94E1 (or 0xBB94E1) is unknown color: approx Perfume. HEX triplet: BB, 94 and E1. RGB value is (187,148,225). Sum of RGB (Red+Green+Blue) = 187+148+225=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB94E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94E1 is #446B1E. Grayscale: #A8A8A8. Windows color (decimal): -4483871 or 14783675. OLE color: 14783675.

HSL color Cylindrical-coordinate representation of color #BB94E1: hue angle of 270.39º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB94E1 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187148225-
CMYK0.170.3400.12
HSL270.39º56.2%73.14%-
HSV(B)270.39º34.22%88.24%-
XYZ44.6737.1876.06-
YUV168.44159.92141.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 148 (58.20% from 255) = 26.43%
BLUE value IS 225 (88.28% from 255) = 40.18%
R=33.39%
G=26.43%
B=40.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871482250.170.3400.12270.3956.273.14
HexBB94E111220C10e3849
Octal273224341214201441670111
Binary10111011100101001110000110001100010011001000011101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB94E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB94E1; }

 p { color: rgb(187,148,225); }

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

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

 a { background-color: rgb(187,148,225); }

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

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

 span { border-color: rgb(187,148,225); }

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