#BD84E6

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

Shades of Wisteria #BD84E6

Tints of Wisteria #BD84E6

Color information

#BD84E6 (or 0xBD84E6) is unknown color: approx Wisteria. HEX triplet: BD, 84 and E6. RGB value is (189,132,230). Sum of RGB (Red+Green+Blue) = 189+132+230=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD84E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD84E6 is #427B19. Grayscale: #9F9F9F. Windows color (decimal): -4356890 or 15107261. OLE color: 15107261.

HSL color Cylindrical-coordinate representation of color #BD84E6: hue angle of 274.9º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD84E6 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB189132230-
CMYK0.180.4300.10
HSL274.9º66.22%70.98%-
HSV(B)274.9º42.61%90.2%-
XYZ43.5233.0378.95-
YUV160.22167.38148.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 132 (51.95% from 255) = 23.96%
BLUE value IS 230 (90.23% from 255) = 41.74%
R=34.30%
G=23.96%
B=41.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1891322300.180.4300.10274.966.2270.98
HexBD84E6122B0A1134247
Octal2752043462253012423102107
Binary101111011000010011100110100101010110101010001001110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD84E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD84E6; }

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

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

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

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

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

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

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

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