#BB95DA

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

Shades of Wisteria #BB95DA

Tints of Wisteria #BB95DA

Color information

#BB95DA (or 0xBB95DA) is unknown color: approx Wisteria. HEX triplet: BB, 95 and DA. RGB value is (187,149,218). Sum of RGB (Red+Green+Blue) = 187+149+218=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB95DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95DA is #446A25. Grayscale: #A7A7A7. Windows color (decimal): -4483622 or 14325179. OLE color: 14325179.

HSL color Cylindrical-coordinate representation of color #BB95DA: hue angle of 273.04º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB95DA is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187149218-
CMYK0.140.3200.15
HSL273.04º48.25%71.96%-
HSV(B)273.04º31.65%85.49%-
XYZ43.937.1271.18-
YUV168.23156.09141.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 149 (58.59% from 255) = 26.90%
BLUE value IS 218 (85.55% from 255) = 39.35%
R=33.75%
G=26.90%
B=39.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871492180.140.3200.15273.0448.2571.96
HexBB95DAE200F1113048
Octal273225332164001742160110
Binary1011101110010101110110101110100000011111000100011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95DA; }

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

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

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

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

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

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

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

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