#BD90E4

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

Shades of Wisteria #BD90E4

Tints of Wisteria #BD90E4

Color information

#BD90E4 (or 0xBD90E4) is unknown color: approx Wisteria. HEX triplet: BD, 90 and E4. RGB value is (189,144,228). Sum of RGB (Red+Green+Blue) = 189+144+228=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD90E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90E4 is #426F1B. Grayscale: #A6A6A6. Windows color (decimal): -4353820 or 14979261. OLE color: 14979261.

HSL color Cylindrical-coordinate representation of color #BD90E4: hue angle of 272.14º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD90E4 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189144228-
CMYK0.170.3700.11
HSL272.14º60.87%72.94%-
HSV(B)272.14º36.84%89.41%-
XYZ44.9636.3778.05-
YUV167.03162.41143.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.69%
GREEN value IS 144 (56.64% from 255) = 25.67%
BLUE value IS 228 (89.45% from 255) = 40.64%
R=33.69%
G=25.67%
B=40.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1891442280.170.3700.11272.1460.8772.94
HexBD90E411250B1103d49
Octal275220344214501342075111
Binary10111101100100001110010010001100101010111000100001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD90E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD90E4; }

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

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

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

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

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

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

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

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