#BD95CF

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

Shades of Wisteria #BD95CF

Tints of Wisteria #BD95CF

Color information

#BD95CF (or 0xBD95CF) is unknown color: approx Wisteria. HEX triplet: BD, 95 and CF. RGB value is (189,149,207). Sum of RGB (Red+Green+Blue) = 189+149+207=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD95CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95CF is #426A30. Grayscale: #A7A7A7. Windows color (decimal): -4352561 or 13604285. OLE color: 13604285.

HSL color Cylindrical-coordinate representation of color #BD95CF: hue angle of 281.38º degrees, saturation: 0.38, 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 #BD95CF is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB189149207-
CMYK0.090.2800.19
HSL281.38º37.66%69.8%-
HSV(B)281.38º28.02%81.18%-
XYZ4336.8263.87-
YUV167.57150.25143.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 149 (58.59% from 255) = 27.34%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=34.68%
G=27.34%
B=37.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891492070.090.2800.19281.3837.6669.8
HexBD95CF91C0131192646
Octal275225317113402343146106
Binary1011110110010101110011111001111000100111000110011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD95CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD95CF; }

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

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

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

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

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

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

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

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