#BD87D1

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

Shades of Wisteria #BD87D1

Tints of Wisteria #BD87D1

Color information

#BD87D1 (or 0xBD87D1) is unknown color: approx Wisteria. HEX triplet: BD, 87 and D1. RGB value is (189,135,209). Sum of RGB (Red+Green+Blue) = 189+135+209=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD87D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD87D1 is #42782E. Grayscale: #9F9F9F. Windows color (decimal): -4356143 or 13731773. OLE color: 13731773.

HSL color Cylindrical-coordinate representation of color #BD87D1: hue angle of 283.78º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD87D1 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189135209-
CMYK0.100.3500.18
HSL283.78º44.58%67.45%-
HSV(B)283.78º35.41%81.96%-
XYZ41.1632.7564.47-
YUV159.58155.89148.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 135 (53.12% from 255) = 25.33%
BLUE value IS 209 (82.03% from 255) = 39.21%
R=35.46%
G=25.33%
B=39.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891352090.100.3500.18283.7844.5867.45
HexBD87D1A2301211c2d43
Octal275207321124302243455103
Binary10111101100001111101000110101000110100101000111001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD87D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD87D1; }

 p { color: rgb(189,135,209); }

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

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

 a { background-color: rgb(189,135,209); }

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

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

 span { border-color: rgb(189,135,209); }

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