#BD91CD

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

Shades of Wisteria #BD91CD

Tints of Wisteria #BD91CD

Color information

#BD91CD (or 0xBD91CD) is unknown color: approx Wisteria. HEX triplet: BD, 91 and CD. RGB value is (189,145,205). Sum of RGB (Red+Green+Blue) = 189+145+205=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD91CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD91CD is #426E32. Grayscale: #A4A4A4. Windows color (decimal): -4353587 or 13472189. OLE color: 13472189.

HSL color Cylindrical-coordinate representation of color #BD91CD: hue angle of 284º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD91CD is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189145205-
CMYK0.080.2900.20
HSL284º37.5%68.63%-
HSV(B)284º29.27%80.39%-
XYZ42.1335.4862.38-
YUV165150.58145.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 145 (57.03% from 255) = 26.90%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=35.06%
G=26.90%
B=38.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891452050.080.2900.2028437.568.63
HexBD91CD81D01411c2545
Octal275221315103502443445105
Binary1011110110010001110011011000111010101001000111001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD91CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD91CD; }

 p { color: rgb(189,145,205); }

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

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

 a { background-color: rgb(189,145,205); }

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

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

 span { border-color: rgb(189,145,205); }

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