#BD90D4

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

Shades of Wisteria #BD90D4

Tints of Wisteria #BD90D4

Color information

#BD90D4 (or 0xBD90D4) is unknown color: approx Wisteria. HEX triplet: BD, 90 and D4. RGB value is (189,144,212). Sum of RGB (Red+Green+Blue) = 189+144+212=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD90D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90D4 is #426F2B. Grayscale: #A4A4A4. Windows color (decimal): -4353836 or 13930685. OLE color: 13930685.

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

Color convert

RGB189144212-
CMYK0.110.3200.17
HSL279.71º44.16%69.8%-
HSV(B)279.71º32.08%83.14%-
XYZ42.8435.5266.89-
YUV165.21154.41144.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 144 (56.64% from 255) = 26.42%
BLUE value IS 212 (83.20% from 255) = 38.90%
R=34.68%
G=26.42%
B=38.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1891442120.110.3200.17279.7144.1669.8
HexBD90D4B200111182c46
Octal275220324134002143054106
Binary10111101100100001101010010111000000100011000110001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD90D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD90D4; }

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

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

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

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

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

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

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

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