#BF7ED8

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

Shades of Wisteria #BF7ED8

Tints of Wisteria #BF7ED8

Color information

#BF7ED8 (or 0xBF7ED8) is unknown color: approx Wisteria. HEX triplet: BF, 7E and D8. RGB value is (191,126,216). Sum of RGB (Red+Green+Blue) = 191+126+216=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF7ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7ED8 is #408127. Grayscale: #9B9B9B. Windows color (decimal): -4227368 or 14188223. OLE color: 14188223.

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

Color convert

RGB191126216-
CMYK0.120.4200.15
HSL283.33º53.57%67.06%-
HSV(B)283.33º41.67%84.71%-
XYZ41.3430.9668.76-
YUV155.69162.03153.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.83%
GREEN value IS 126 (49.61% from 255) = 23.64%
BLUE value IS 216 (84.77% from 255) = 40.53%
R=35.83%
G=23.64%
B=40.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911262160.120.4200.15283.3353.5767.06
HexBF7ED8C2A0F11b3643
Octal277176330145201743366103
Binary101111111111110110110001100101010011111000110111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7ED8; }

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

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

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

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

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

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

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

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