#BB95DB

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

Shades of Wisteria #BB95DB

Tints of Wisteria #BB95DB

Color information

#BB95DB (or 0xBB95DB) is unknown color: approx Wisteria. HEX triplet: BB, 95 and DB. RGB value is (187,149,219). Sum of RGB (Red+Green+Blue) = 187+149+219=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB95DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95DB is #446A24. Grayscale: #A8A8A8. Windows color (decimal): -4483621 or 14390715. OLE color: 14390715.

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

Color convert

RGB187149219-
CMYK0.150.3200.14
HSL272.57º49.3%72.16%-
HSV(B)272.57º31.96%85.88%-
XYZ44.0337.1771.87-
YUV168.34156.59141.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 149 (58.59% from 255) = 26.85%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=33.69%
G=26.85%
B=39.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871492190.150.3200.14272.5749.372.16
HexBB95DBF200E1113148
Octal273225333174001642161110
Binary1011101110010101110110111111100000011101000100011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95DB; }

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

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

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

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

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

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

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

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