#BD81D5

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

Shades of Wisteria #BD81D5

Tints of Wisteria #BD81D5

Color information

#BD81D5 (or 0xBD81D5) is unknown color: approx Wisteria. HEX triplet: BD, 81 and D5. RGB value is (189,129,213). Sum of RGB (Red+Green+Blue) = 189+129+213=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD81D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD81D5 is #427E2A. Grayscale: #9C9C9C. Windows color (decimal): -4357675 or 13992381. OLE color: 13992381.

HSL color Cylindrical-coordinate representation of color #BD81D5: hue angle of 282.86º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD81D5 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189129213-
CMYK0.110.3900.16
HSL282.86º50%67.06%-
HSV(B)282.86º39.44%83.53%-
XYZ40.8531.3266.84-
YUV156.52159.88151.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 129 (50.78% from 255) = 24.29%
BLUE value IS 213 (83.59% from 255) = 40.11%
R=35.59%
G=24.29%
B=40.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891292130.110.3900.16282.865067.06
HexBD81D5B2701011b3243
Octal275201325134702043362103
Binary10111101100000011101010110111001110100001000110111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD81D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD81D5; }

 p { color: rgb(189,129,213); }

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

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

 a { background-color: rgb(189,129,213); }

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

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

 span { border-color: rgb(189,129,213); }

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