#BD8ADB

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

Shades of Wisteria #BD8ADB

Tints of Wisteria #BD8ADB

Color information

#BD8ADB (or 0xBD8ADB) is unknown color: approx Wisteria. HEX triplet: BD, 8A and DB. RGB value is (189,138,219). Sum of RGB (Red+Green+Blue) = 189+138+219=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD8ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8ADB is #427524. Grayscale: #A2A2A2. Windows color (decimal): -4355365 or 14387901. OLE color: 14387901.

HSL color Cylindrical-coordinate representation of color #BD8ADB: hue angle of 277.78º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD8ADB is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189138219-
CMYK0.140.3700.14
HSL277.78º52.94%70%-
HSV(B)277.78º36.99%85.88%-
XYZ42.8634.1171.34-
YUV162.48159.9146.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.62%
GREEN value IS 138 (54.30% from 255) = 25.27%
BLUE value IS 219 (85.94% from 255) = 40.11%
R=34.62%
G=25.27%
B=40.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891382190.140.3700.14277.7852.9470
HexBD8ADBE250E1163546
Octal275212333164501642665106
Binary1011110110001010110110111110100101011101000101101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8ADB; }

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

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

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

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

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

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

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

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