#BB94FA

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

Shades of Perfume #BB94FA

Tints of Perfume #BB94FA

Color information

#BB94FA (or 0xBB94FA) is unknown color: approx Perfume. HEX triplet: BB, 94 and FA. RGB value is (187,148,250). Sum of RGB (Red+Green+Blue) = 187+148+250=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB94FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB94FA is #446B05. Grayscale: #AAAAAA. Windows color (decimal): -4483846 or 16422075. OLE color: 16422075.

HSL color Cylindrical-coordinate representation of color #BB94FA: hue angle of 262.94º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB94FA is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187148250-
CMYK0.250.4100.02
HSL262.94º91.07%78.04%-
HSV(B)262.94º40.8%98.04%-
XYZ48.3438.6595.35-
YUV171.29172.42139.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 148 (58.20% from 255) = 25.30%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=31.97%
G=25.30%
B=42.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871482500.250.4100.02262.9491.0778.04
HexBB94FA1929021075b4e
Octal273224372315102407133116
Binary1011101110010100111110101100110100101010000011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB94FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB94FA; }

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

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

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

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

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

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

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

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