#BD95CA

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

Shades of Wisteria #BD95CA

Tints of Wisteria #BD95CA

Color information

#BD95CA (or 0xBD95CA) is unknown color: approx Wisteria. HEX triplet: BD, 95 and CA. RGB value is (189,149,202). Sum of RGB (Red+Green+Blue) = 189+149+202=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD95CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95CA is #426A35. Grayscale: #A6A6A6. Windows color (decimal): -4352566 or 13276605. OLE color: 13276605.

HSL color Cylindrical-coordinate representation of color #BD95CA: hue angle of 285.28º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD95CA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189149202-
CMYK0.060.2600.21
HSL285.28º33.33%68.82%-
HSV(B)285.28º26.24%79.22%-
XYZ42.3936.5860.7-
YUV167147.75143.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 149 (58.59% from 255) = 27.59%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=35%
G=27.59%
B=37.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891492020.060.2600.21285.2833.3368.82
HexBD95CA61A01511d2145
Octal27522531263202543541105
Binary101111011001010111001010110110100101011000111011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD95CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD95CA; }

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

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

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

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

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

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

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

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