#BB95E5

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

Shades of Perfume #BB95E5

Tints of Perfume #BB95E5

Color information

#BB95E5 (or 0xBB95E5) is unknown color: approx Perfume. HEX triplet: BB, 95 and E5. RGB value is (187,149,229). Sum of RGB (Red+Green+Blue) = 187+149+229=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB95E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95E5 is #446A1A. Grayscale: #A9A9A9. Windows color (decimal): -4483611 or 15046075. OLE color: 15046075.

HSL color Cylindrical-coordinate representation of color #BB95E5: hue angle of 268.5º 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 #BB95E5 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187149229-
CMYK0.180.3500.10
HSL268.5º60.61%74.12%-
HSV(B)268.5º34.93%89.8%-
XYZ45.3837.7279.02-
YUV169.48161.59140.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 149 (58.59% from 255) = 26.37%
BLUE value IS 229 (89.84% from 255) = 40.53%
R=33.10%
G=26.37%
B=40.53%

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
Decimal1871492290.180.3500.10268.560.6174.12
HexBB95E512230A10c3d4a
Octal273225345224301241475112
Binary10111011100101011110010110010100011010101000011001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95E5; }

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

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

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

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

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

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

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

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