#BD84EB

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

Shades of Wisteria #BD84EB

Tints of Wisteria #BD84EB

Color information

#BD84EB (or 0xBD84EB) is unknown color: approx Wisteria. HEX triplet: BD, 84 and EB. RGB value is (189,132,235). Sum of RGB (Red+Green+Blue) = 189+132+235=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD84EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD84EB is #427B14. Grayscale: #A0A0A0. Windows color (decimal): -4356885 or 15434941. OLE color: 15434941.

HSL color Cylindrical-coordinate representation of color #BD84EB: hue angle of 273.2º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD84EB is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189132235-
CMYK0.200.4400.08
HSL273.2º72.03%71.96%-
HSV(B)273.2º43.83%92.16%-
XYZ44.2333.3282.7-
YUV160.78169.88148.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 132 (51.95% from 255) = 23.74%
BLUE value IS 235 (92.19% from 255) = 42.27%
R=33.99%
G=23.74%
B=42.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891322350.200.4400.08273.272.0371.96
HexBD84EB142C081114848
Octal2752043532454010421110110
Binary101111011000010011101011101001011000100010001000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD84EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD84EB; }

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

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

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

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

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

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

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

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