#BD83D4

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

Shades of Wisteria #BD83D4

Tints of Wisteria #BD83D4

Color information

#BD83D4 (or 0xBD83D4) is unknown color: approx Wisteria. HEX triplet: BD, 83 and D4. RGB value is (189,131,212). Sum of RGB (Red+Green+Blue) = 189+131+212=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 212 (83.20% from 255 or 39.85% from 532); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD83D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD83D4 is #427C2B. Grayscale: #9D9D9D. Windows color (decimal): -4357164 or 13927357. OLE color: 13927357.

HSL color Cylindrical-coordinate representation of color #BD83D4: hue angle of 282.96º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD83D4 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB189131212-
CMYK0.110.3800.17
HSL282.96º48.5%67.25%-
HSV(B)282.96º38.21%83.14%-
XYZ40.9931.866.27-
YUV157.58158.72150.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 131 (51.56% from 255) = 24.62%
BLUE value IS 212 (83.20% from 255) = 39.85%
R=35.53%
G=24.62%
B=39.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1891312120.110.3800.17282.9648.567.25
HexBD83D4B2601111b3143
Octal275203324134602143361103
Binary10111101100000111101010010111001100100011000110111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD83D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD83D4; }

 p { color: rgb(189,131,212); }

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

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

 a { background-color: rgb(189,131,212); }

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

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

 span { border-color: rgb(189,131,212); }

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