#BF80E0

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

Shades of Wisteria #BF80E0

Tints of Wisteria #BF80E0

Color information

#BF80E0 (or 0xBF80E0) is unknown color: approx Wisteria. HEX triplet: BF, 80 and E0. RGB value is (191,128,224). Sum of RGB (Red+Green+Blue) = 191+128+224=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF80E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80E0 is #407F1F. Grayscale: #9D9D9D. Windows color (decimal): -4226848 or 14713023. OLE color: 14713023.

HSL color Cylindrical-coordinate representation of color #BF80E0: hue angle of 279.38º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF80E0 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB191128224-
CMYK0.150.4300.12
HSL279.38º60.76%69.02%-
HSV(B)279.38º42.86%87.84%-
XYZ42.6631.974.43-
YUV157.78165.37151.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 128 (50.39% from 255) = 23.57%
BLUE value IS 224 (87.89% from 255) = 41.25%
R=35.17%
G=23.57%
B=41.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1911282240.150.4300.12279.3860.7669.02
HexBF80E0F2B0C1173d45
Octal277200340175301442775105
Binary1011111110000000111000001111101011011001000101111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF80E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF80E0; }

 p { color: rgb(191,128,224); }

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

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

 a { background-color: rgb(191,128,224); }

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

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

 span { border-color: rgb(191,128,224); }

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