#BD90DA

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

Shades of Wisteria #BD90DA

Tints of Wisteria #BD90DA

Color information

#BD90DA (or 0xBD90DA) is unknown color: approx Wisteria. HEX triplet: BD, 90 and DA. RGB value is (189,144,218). Sum of RGB (Red+Green+Blue) = 189+144+218=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD90DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90DA is #426F25. Grayscale: #A5A5A5. Windows color (decimal): -4353830 or 14323901. OLE color: 14323901.

HSL color Cylindrical-coordinate representation of color #BD90DA: hue angle of 276.49º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD90DA is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189144218-
CMYK0.130.3400.15
HSL276.49º50%70.98%-
HSV(B)276.49º33.94%85.49%-
XYZ43.6135.8370.95-
YUV165.89157.41144.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 144 (56.64% from 255) = 26.13%
BLUE value IS 218 (85.55% from 255) = 39.56%
R=34.30%
G=26.13%
B=39.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891442180.130.3400.15276.495070.98
HexBD90DAD220F1143247
Octal275220332154201742462107
Binary1011110110010000110110101101100010011111000101001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD90DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD90DA; }

 p { color: rgb(189,144,218); }

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

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

 a { background-color: rgb(189,144,218); }

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

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

 span { border-color: rgb(189,144,218); }

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