#BD7AE1

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

Shades of Wisteria #BD7AE1

Tints of Wisteria #BD7AE1

Color information

#BD7AE1 (or 0xBD7AE1) is unknown color: approx Wisteria. HEX triplet: BD, 7A and E1. RGB value is (189,122,225). Sum of RGB (Red+Green+Blue) = 189+122+225=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD7AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7AE1 is #42851E. Grayscale: #999999. Windows color (decimal): -4359455 or 14777021. OLE color: 14777021.

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

Color convert

RGB189122225-
CMYK0.160.4600.12
HSL279.03º63.19%68.04%-
HSV(B)279.03º45.78%88.24%-
XYZ41.5430.1774.87-
YUV153.78168.2153.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 122 (48.05% from 255) = 22.76%
BLUE value IS 225 (88.28% from 255) = 41.98%
R=35.26%
G=22.76%
B=41.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891222250.160.4600.12279.0363.1968.04
HexBD7AE1102E0C1173f44
Octal275172341205601442777104
Binary1011110111110101110000110000101110011001000101111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7AE1; }

 p { color: rgb(189,122,225); }

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

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

 a { background-color: rgb(189,122,225); }

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

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

 span { border-color: rgb(189,122,225); }

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