#BD85E1

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

Shades of Wisteria #BD85E1

Tints of Wisteria #BD85E1

Color information

#BD85E1 (or 0xBD85E1) is unknown color: approx Wisteria. HEX triplet: BD, 85 and E1. RGB value is (189,133,225). Sum of RGB (Red+Green+Blue) = 189+133+225=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD85E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD85E1 is #427A1E. Grayscale: #9F9F9F. Windows color (decimal): -4356639 or 14779837. OLE color: 14779837.

HSL color Cylindrical-coordinate representation of color #BD85E1: hue angle of 276.52º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD85E1 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189133225-
CMYK0.160.4100.12
HSL276.52º60.53%70.2%-
HSV(B)276.52º40.89%88.24%-
XYZ42.9633.0375.35-
YUV160.23164.55148.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 133 (52.34% from 255) = 24.31%
BLUE value IS 225 (88.28% from 255) = 41.13%
R=34.55%
G=24.31%
B=41.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891332250.160.4100.12276.5260.5370.2
HexBD85E110290C1153d46
Octal275205341205101442575106
Binary10111101100001011110000110000101001011001000101011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD85E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD85E1; }

 p { color: rgb(189,133,225); }

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

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

 a { background-color: rgb(189,133,225); }

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

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

 span { border-color: rgb(189,133,225); }

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