#BD80E0

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

Shades of Wisteria #BD80E0

Tints of Wisteria #BD80E0

Color information

#BD80E0 (or 0xBD80E0) is unknown color: approx Wisteria. HEX triplet: BD, 80 and E0. RGB value is (189,128,224). Sum of RGB (Red+Green+Blue) = 189+128+224=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD80E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80E0 is #427F1F. Grayscale: #9C9C9C. Windows color (decimal): -4357920 or 14713021. OLE color: 14713021.

HSL color Cylindrical-coordinate representation of color #BD80E0: hue angle of 278.12º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD80E0 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189128224-
CMYK0.160.4300.12
HSL278.12º60.76%69.02%-
HSV(B)278.12º42.86%87.84%-
XYZ42.1631.6474.41-
YUV157.18165.71150.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 128 (50.39% from 255) = 23.66%
BLUE value IS 224 (87.89% from 255) = 41.40%
R=34.94%
G=23.66%
B=41.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891282240.160.4300.12278.1260.7669.02
HexBD80E0102B0C1163d45
Octal275200340205301442675105
Binary10111101100000001110000010000101011011001000101101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD80E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD80E0; }

 p { color: rgb(189,128,224); }

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

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

 a { background-color: rgb(189,128,224); }

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

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

 span { border-color: rgb(189,128,224); }

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