#BD95CE

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

Shades of Wisteria #BD95CE

Tints of Wisteria #BD95CE

Color information

#BD95CE (or 0xBD95CE) is unknown color: approx Wisteria. HEX triplet: BD, 95 and CE. RGB value is (189,149,206). Sum of RGB (Red+Green+Blue) = 189+149+206=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD95CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95CE is #426A31. Grayscale: #A7A7A7. Windows color (decimal): -4352562 or 13538749. OLE color: 13538749.

HSL color Cylindrical-coordinate representation of color #BD95CE: hue angle of 282.11º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD95CE is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB189149206-
CMYK0.080.2800.19
HSL282.11º36.77%69.61%-
HSV(B)282.11º27.67%80.78%-
XYZ42.8736.7763.23-
YUV167.46149.75143.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 149 (58.59% from 255) = 27.39%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=34.74%
G=27.39%
B=37.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891492060.080.2800.19282.1136.7769.61
HexBD95CE81C01311a2546
Octal275225316103402343245106
Binary1011110110010101110011101000111000100111000110101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD95CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD95CE; }

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

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

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

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

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

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

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

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