#BD8CCE

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

Shades of Wisteria #BD8CCE

Tints of Wisteria #BD8CCE

Color information

#BD8CCE (or 0xBD8CCE) is unknown color: approx Wisteria. HEX triplet: BD, 8C and CE. RGB value is (189,140,206). Sum of RGB (Red+Green+Blue) = 189+140+206=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD8CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8CCE is #427331. Grayscale: #A1A1A1. Windows color (decimal): -4354866 or 13536445. OLE color: 13536445.

HSL color Cylindrical-coordinate representation of color #BD8CCE: hue angle of 284.55º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD8CCE is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB189140206-
CMYK0.080.3200.19
HSL284.55º40.24%67.84%-
HSV(B)284.55º32.04%80.78%-
XYZ41.534.0362.77-
YUV162.17152.73147.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 140 (55.08% from 255) = 26.17%
BLUE value IS 206 (80.86% from 255) = 38.50%
R=35.33%
G=26.17%
B=38.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891402060.080.3200.19284.5540.2467.84
HexBD8CCE82001311d2844
Octal275214316104002343550104
Binary10111101100011001100111010001000000100111000111011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8CCE; }

 p { color: rgb(189,140,206); }

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

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

 a { background-color: rgb(189,140,206); }

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

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

 span { border-color: rgb(189,140,206); }

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