#BB94E5

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

Shades of Perfume #BB94E5

Tints of Perfume #BB94E5

Color information

#BB94E5 (or 0xBB94E5) is unknown color: approx Perfume. HEX triplet: BB, 94 and E5. RGB value is (187,148,229). Sum of RGB (Red+Green+Blue) = 187+148+229=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB94E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94E5 is #446B1A. Grayscale: #A8A8A8. Windows color (decimal): -4483867 or 15045819. OLE color: 15045819.

HSL color Cylindrical-coordinate representation of color #BB94E5: hue angle of 268.89º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB94E5 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187148229-
CMYK0.180.3500.10
HSL268.89º60.9%73.92%-
HSV(B)268.89º35.37%89.8%-
XYZ45.2337.478.96-
YUV168.9161.92140.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 148 (58.20% from 255) = 26.24%
BLUE value IS 229 (89.84% from 255) = 40.60%
R=33.16%
G=26.24%
B=40.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1871482290.180.3500.10268.8960.973.92
HexBB94E512230A10d3d4a
Octal273224345224301241575112
Binary10111011100101001110010110010100011010101000011011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB94E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB94E5; }

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

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

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

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

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

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

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

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