#BD84DF

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

Shades of Wisteria #BD84DF

Tints of Wisteria #BD84DF

Color information

#BD84DF (or 0xBD84DF) is unknown color: approx Wisteria. HEX triplet: BD, 84 and DF. RGB value is (189,132,223). Sum of RGB (Red+Green+Blue) = 189+132+223=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 132 (51.95% from 255 or 24.26% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD84DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD84DF is #427B20. Grayscale: #9F9F9F. Windows color (decimal): -4356897 or 14648509. OLE color: 14648509.

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

Color convert

RGB189132223-
CMYK0.150.4100.13
HSL277.58º58.71%69.61%-
HSV(B)277.58º40.81%87.45%-
XYZ42.5632.6573.87-
YUV159.42163.88149.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 132 (51.95% from 255) = 24.26%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=34.74%
G=24.26%
B=40.99%

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
Decimal1891322230.150.4100.13277.5858.7169.61
HexBD84DFF290D1163b46
Octal275204337175101542673106
Binary1011110110000100110111111111101001011011000101101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD84DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD84DF; }

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

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

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

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

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

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

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

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