#BD84DD

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

Shades of Wisteria #BD84DD

Tints of Wisteria #BD84DD

Color information

#BD84DD (or 0xBD84DD) is unknown color: approx Wisteria. HEX triplet: BD, 84 and DD. RGB value is (189,132,221). Sum of RGB (Red+Green+Blue) = 189+132+221=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD84DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD84DD is #427B22. Grayscale: #9E9E9E. Windows color (decimal): -4356899 or 14517437. OLE color: 14517437.

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

Color convert

RGB189132221-
CMYK0.140.4000.13
HSL278.43º56.69%69.22%-
HSV(B)278.43º40.27%86.67%-
XYZ42.2932.5472.46-
YUV159.19162.88149.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 132 (51.95% from 255) = 24.35%
BLUE value IS 221 (86.72% from 255) = 40.77%
R=34.87%
G=24.35%
B=40.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891322210.140.4000.13278.4356.6969.22
HexBD84DDE280D1163945
Octal275204335165001542671105
Binary1011110110000100110111011110101000011011000101101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD84DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD84DD; }

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

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

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

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

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

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

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

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