#BD85DE

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

Shades of Wisteria #BD85DE

Tints of Wisteria #BD85DE

Color information

#BD85DE (or 0xBD85DE) is unknown color: approx Wisteria. HEX triplet: BD, 85 and DE. RGB value is (189,133,222). Sum of RGB (Red+Green+Blue) = 189+133+222=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD85DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD85DE is #427A21. Grayscale: #9F9F9F. Windows color (decimal): -4356642 or 14583229. OLE color: 14583229.

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

Color convert

RGB189133222-
CMYK0.150.4000.13
HSL277.75º57.42%69.61%-
HSV(B)277.75º40.09%87.06%-
XYZ42.5632.8773.21-
YUV159.89163.05148.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 133 (52.34% from 255) = 24.45%
BLUE value IS 222 (87.11% from 255) = 40.81%
R=34.74%
G=24.45%
B=40.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891332220.150.4000.13277.7557.4269.61
HexBD85DEF280D1163946
Octal275205336175001542671106
Binary1011110110000101110111101111101000011011000101101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD85DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD85DE; }

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

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

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

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

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

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

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

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