#BD90DD

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

Shades of Wisteria #BD90DD

Tints of Wisteria #BD90DD

Color information

#BD90DD (or 0xBD90DD) is unknown color: approx Wisteria. HEX triplet: BD, 90 and DD. RGB value is (189,144,221). Sum of RGB (Red+Green+Blue) = 189+144+221=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD90DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90DD is #426F22. Grayscale: #A5A5A5. Windows color (decimal): -4353827 or 14520509. OLE color: 14520509.

HSL color Cylindrical-coordinate representation of color #BD90DD: hue angle of 275.06º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD90DD is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189144221-
CMYK0.140.3500.13
HSL275.06º53.1%71.57%-
HSV(B)275.06º34.84%86.67%-
XYZ44.0135.9973.03-
YUV166.23158.91144.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.12%
GREEN value IS 144 (56.64% from 255) = 25.99%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=34.12%
G=25.99%
B=39.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891442210.140.3500.13275.0653.171.57
HexBD90DDE230D1133548
Octal275220335164301542365110
Binary1011110110010000110111011110100011011011000100111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD90DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD90DD; }

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

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

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

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

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

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

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

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