#BB95F0

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

Shades of Perfume #BB95F0

Tints of Perfume #BB95F0

Color information

#BB95F0 (or 0xBB95F0) is unknown color: approx Perfume. HEX triplet: BB, 95 and F0. RGB value is (187,149,240). Sum of RGB (Red+Green+Blue) = 187+149+240=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB95F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB95F0 is #446A0F. Grayscale: #AAAAAA. Windows color (decimal): -4483600 or 15766971. OLE color: 15766971.

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

Color convert

RGB187149240-
CMYK0.220.3800.06
HSL265.05º75.21%76.27%-
HSV(B)265.05º37.92%94.12%-
XYZ46.9738.3587.37-
YUV170.74167.09139.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.47%
GREEN value IS 149 (58.59% from 255) = 25.87%
BLUE value IS 240 (94.14% from 255) = 41.67%
R=32.47%
G=25.87%
B=41.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871492400.220.3800.06265.0575.2176.27
HexBB95F01626061094b4c
Octal273225360264606411113114
Binary10111011100101011111000010110100110011010000100110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95F0; }

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

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

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

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

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

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

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

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