#BD91D5

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

Shades of Wisteria #BD91D5

Tints of Wisteria #BD91D5

Color information

#BD91D5 (or 0xBD91D5) is unknown color: approx Wisteria. HEX triplet: BD, 91 and D5. RGB value is (189,145,213). Sum of RGB (Red+Green+Blue) = 189+145+213=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD91D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD91D5 is #426E2A. Grayscale: #A5A5A5. Windows color (decimal): -4353579 or 13996477. OLE color: 13996477.

HSL color Cylindrical-coordinate representation of color #BD91D5: hue angle of 278.82º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD91D5 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189145213-
CMYK0.110.3200.16
HSL278.82º44.74%70.2%-
HSV(B)278.82º31.92%83.53%-
XYZ43.1235.8767.6-
YUV165.91154.58144.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 145 (57.03% from 255) = 26.51%
BLUE value IS 213 (83.59% from 255) = 38.94%
R=34.55%
G=26.51%
B=38.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891452130.110.3200.16278.8244.7470.2
HexBD91D5B200101172d46
Octal275221325134002042755106
Binary10111101100100011101010110111000000100001000101111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD91D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD91D5; }

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

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

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

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

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

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

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

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