#BD7AE3

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

Shades of Wisteria #BD7AE3

Tints of Wisteria #BD7AE3

Color information

#BD7AE3 (or 0xBD7AE3) is unknown color: approx Wisteria. HEX triplet: BD, 7A and E3. RGB value is (189,122,227). Sum of RGB (Red+Green+Blue) = 189+122+227=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 227 (89.06% from 255 or 42.19% from 538); Max value from RGB is 227 - color contains mainly: blue. Hex color #BD7AE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7AE3 is #42851C. Grayscale: #999999. Windows color (decimal): -4359453 or 14908093. OLE color: 14908093.

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

Color convert

RGB189122227-
CMYK0.170.4600.11
HSL278.29º65.22%68.43%-
HSV(B)278.29º46.26%89.02%-
XYZ41.8130.2876.31-
YUV154169.2152.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 122 (48.05% from 255) = 22.68%
BLUE value IS 227 (89.06% from 255) = 42.19%
R=35.13%
G=22.68%
B=42.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1891222270.170.4600.11278.2965.2268.43
HexBD7AE3112E0B1164144
Octal2751723432156013426101104
Binary10111101111101011100011100011011100101110001011010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7AE3; }

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

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

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

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

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

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

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

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