#BB94F3

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

Shades of Perfume #BB94F3

Tints of Perfume #BB94F3

Color information

#BB94F3 (or 0xBB94F3) is unknown color: approx Perfume. HEX triplet: BB, 94 and F3. RGB value is (187,148,243). Sum of RGB (Red+Green+Blue) = 187+148+243=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 243 (95.31% from 255 or 42.04% from 578); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB94F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB94F3 is #446B0C. Grayscale: #AAAAAA. Windows color (decimal): -4483853 or 15963323. OLE color: 15963323.

HSL color Cylindrical-coordinate representation of color #BB94F3: hue angle of 264.63º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB94F3 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187148243-
CMYK0.230.3900.05
HSL264.63º79.83%76.67%-
HSV(B)264.63º39.09%95.29%-
XYZ47.2638.2289.68-
YUV170.49168.92139.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 148 (58.20% from 255) = 25.61%
BLUE value IS 243 (95.31% from 255) = 42.04%
R=32.35%
G=25.61%
B=42.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871482430.230.3900.05264.6379.8376.67
HexBB94F3172705109504d
Octal273224363274705411120115
Binary10111011100101001111001110111100111010110000100110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB94F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB94F3; }

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

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

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

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

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

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

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

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