#BD95DB

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

Shades of Wisteria #BD95DB

Tints of Wisteria #BD95DB

Color information

#BD95DB (or 0xBD95DB) is unknown color: approx Wisteria. HEX triplet: BD, 95 and DB. RGB value is (189,149,219). Sum of RGB (Red+Green+Blue) = 189+149+219=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD95DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95DB is #426A24. Grayscale: #A8A8A8. Windows color (decimal): -4352549 or 14390717. OLE color: 14390717.

HSL color Cylindrical-coordinate representation of color #BD95DB: hue angle of 274.29º 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 #BD95DB is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189149219-
CMYK0.140.3200.14
HSL274.29º49.3%72.16%-
HSV(B)274.29º31.96%85.88%-
XYZ44.5237.4371.9-
YUV168.94156.25142.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 149 (58.59% from 255) = 26.75%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=33.93%
G=26.75%
B=39.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891492190.140.3200.14274.2949.372.16
HexBD95DBE200E1123148
Octal275225333164001642261110
Binary1011110110010101110110111110100000011101000100101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD95DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD95DB; }

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

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

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

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

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

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

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

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