#BB95F1

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

Shades of Perfume #BB95F1

Tints of Perfume #BB95F1

Color information

#BB95F1 (or 0xBB95F1) is unknown color: approx Perfume. HEX triplet: BB, 95 and F1. RGB value is (187,149,241). Sum of RGB (Red+Green+Blue) = 187+149+241=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB95F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB95F1 is #446A0E. Grayscale: #AAAAAA. Windows color (decimal): -4483599 or 15832507. OLE color: 15832507.

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

Color convert

RGB187149241-
CMYK0.220.3800.05
HSL264.78º76.67%76.47%-
HSV(B)264.78º38.17%94.51%-
XYZ47.1238.4188.15-
YUV170.85167.59139.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.41%
GREEN value IS 149 (58.59% from 255) = 25.82%
BLUE value IS 241 (94.53% from 255) = 41.77%
R=32.41%
G=25.82%
B=41.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871492410.220.3800.05264.7876.6776.47
HexBB95F11626051094d4c
Octal273225361264605411115114
Binary10111011100101011111000110110100110010110000100110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95F1; }

 p { color: rgb(187,149,241); }

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

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

 a { background-color: rgb(187,149,241); }

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

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

 span { border-color: rgb(187,149,241); }

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