#BD7FD8

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

Shades of Wisteria #BD7FD8

Tints of Wisteria #BD7FD8

Color information

#BD7FD8 (or 0xBD7FD8) is unknown color: approx Wisteria. HEX triplet: BD, 7F and D8. RGB value is (189,127,216). Sum of RGB (Red+Green+Blue) = 189+127+216=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD7FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7FD8 is #428027. Grayscale: #9B9B9B. Windows color (decimal): -4358184 or 14188477. OLE color: 14188477.

HSL color Cylindrical-coordinate representation of color #BD7FD8: hue angle of 281.8º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD7FD8 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189127216-
CMYK0.120.4100.15
HSL281.8º53.29%67.25%-
HSV(B)281.8º41.2%84.71%-
XYZ40.9730.9668.78-
YUV155.68162.04151.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 127 (50% from 255) = 23.87%
BLUE value IS 216 (84.77% from 255) = 40.60%
R=35.53%
G=23.87%
B=40.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891272160.120.4100.15281.853.2967.25
HexBD7FD8C290F11a3543
Octal275177330145101743265103
Binary101111011111111110110001100101001011111000110101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7FD8; }

 p { color: rgb(189,127,216); }

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

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

 a { background-color: rgb(189,127,216); }

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

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

 span { border-color: rgb(189,127,216); }

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