#BD84DE

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

Shades of Wisteria #BD84DE

Tints of Wisteria #BD84DE

Color information

#BD84DE (or 0xBD84DE) is unknown color: approx Wisteria. HEX triplet: BD, 84 and DE. RGB value is (189,132,222). Sum of RGB (Red+Green+Blue) = 189+132+222=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD84DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD84DE is #427B21. Grayscale: #9F9F9F. Windows color (decimal): -4356898 or 14582973. OLE color: 14582973.

HSL color Cylindrical-coordinate representation of color #BD84DE: hue angle of 278º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD84DE is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189132222-
CMYK0.150.4100.13
HSL278º57.69%69.41%-
HSV(B)278º40.54%87.06%-
XYZ42.4232.673.16-
YUV159.3163.38149.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 132 (51.95% from 255) = 24.31%
BLUE value IS 222 (87.11% from 255) = 40.88%
R=34.81%
G=24.31%
B=40.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891322220.150.4100.1327857.6969.41
HexBD84DEF290D1163a45
Octal275204336175101542672105
Binary1011110110000100110111101111101001011011000101101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD84DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD84DE; }

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

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

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

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

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

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

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

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