#BD91D1

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

Shades of Wisteria #BD91D1

Tints of Wisteria #BD91D1

Color information

#BD91D1 (or 0xBD91D1) is unknown color: approx Wisteria. HEX triplet: BD, 91 and D1. RGB value is (189,145,209). Sum of RGB (Red+Green+Blue) = 189+145+209=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD91D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD91D1 is #426E2E. Grayscale: #A5A5A5. Windows color (decimal): -4353583 or 13734333. OLE color: 13734333.

HSL color Cylindrical-coordinate representation of color #BD91D1: hue angle of 281.25º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD91D1 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189145209-
CMYK0.100.3100.18
HSL281.25º41.03%69.41%-
HSV(B)281.25º30.62%81.96%-
XYZ42.6235.6764.96-
YUV165.45152.58144.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 145 (57.03% from 255) = 26.70%
BLUE value IS 209 (82.03% from 255) = 38.49%
R=34.81%
G=26.70%
B=38.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891452090.100.3100.18281.2541.0369.41
HexBD91D1A1F0121192945
Octal275221321123702243151105
Binary1011110110010001110100011010111110100101000110011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD91D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD91D1; }

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

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

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

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

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

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

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

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