#BD8AE6

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

Shades of Wisteria #BD8AE6

Tints of Wisteria #BD8AE6

Color information

#BD8AE6 (or 0xBD8AE6) is unknown color: approx Wisteria. HEX triplet: BD, 8A and E6. RGB value is (189,138,230). Sum of RGB (Red+Green+Blue) = 189+138+230=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD8AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8AE6 is #427519. Grayscale: #A3A3A3. Windows color (decimal): -4355354 or 15108797. OLE color: 15108797.

HSL color Cylindrical-coordinate representation of color #BD8AE6: hue angle of 273.26º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD8AE6 is Cyan = 0.18, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB189138230-
CMYK0.180.400.10
HSL273.26º64.79%72.16%-
HSV(B)273.26º40%90.2%-
XYZ44.3634.7179.22-
YUV163.74165.4146.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 138 (54.30% from 255) = 24.78%
BLUE value IS 230 (90.23% from 255) = 41.29%
R=33.93%
G=24.78%
B=41.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1891382300.180.400.10273.2664.7972.16
HexBD8AE612280A1114148
Octal2752123462250012421101110
Binary101111011000101011100110100101010000101010001000110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8AE6; }

 p { color: rgb(189,138,230); }

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

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

 a { background-color: rgb(189,138,230); }

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

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

 span { border-color: rgb(189,138,230); }

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