#BD84DB

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

Shades of Wisteria #BD84DB

Tints of Wisteria #BD84DB

Color information

#BD84DB (or 0xBD84DB) is unknown color: approx Wisteria. HEX triplet: BD, 84 and DB. RGB value is (189,132,219). Sum of RGB (Red+Green+Blue) = 189+132+219=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD84DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD84DB is #427B24. Grayscale: #9E9E9E. Windows color (decimal): -4356901 or 14386365. OLE color: 14386365.

HSL color Cylindrical-coordinate representation of color #BD84DB: hue angle of 279.31º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD84DB is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189132219-
CMYK0.140.4000.14
HSL279.31º54.72%68.82%-
HSV(B)279.31º39.73%85.88%-
XYZ42.0232.4471.06-
YUV158.96161.88149.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 132 (51.95% from 255) = 24.44%
BLUE value IS 219 (85.94% from 255) = 40.56%
R=35%
G=24.44%
B=40.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891322190.140.4000.14279.3154.7268.82
HexBD84DBE280E1173745
Octal275204333165001642767105
Binary1011110110000100110110111110101000011101000101111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD84DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD84DB; }

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

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

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

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

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

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

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

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