#BF83D8

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

Shades of Wisteria #BF83D8

Tints of Wisteria #BF83D8

Color information

#BF83D8 (or 0xBF83D8) is unknown color: approx Wisteria. HEX triplet: BF, 83 and D8. RGB value is (191,131,216). Sum of RGB (Red+Green+Blue) = 191+131+216=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF83D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF83D8 is #407C27. Grayscale: #9E9E9E. Windows color (decimal): -4226088 or 14189503. OLE color: 14189503.

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

Color convert

RGB191131216-
CMYK0.120.3900.15
HSL282.35º52.15%68.04%-
HSV(B)282.35º39.35%84.71%-
XYZ4232.2768.98-
YUV158.63160.38151.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 131 (51.56% from 255) = 24.35%
BLUE value IS 216 (84.77% from 255) = 40.15%
R=35.50%
G=24.35%
B=40.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911312160.120.3900.15282.3552.1568.04
HexBF83D8C270F11a3444
Octal277203330144701743264104
Binary1011111110000011110110001100100111011111000110101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF83D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF83D8; }

 p { color: rgb(191,131,216); }

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

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

 a { background-color: rgb(191,131,216); }

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

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

 span { border-color: rgb(191,131,216); }

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