#BF81F1

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

Shades of Wisteria #BF81F1

Tints of Wisteria #BF81F1

Color information

#BF81F1 (or 0xBF81F1) is unknown color: approx Wisteria. HEX triplet: BF, 81 and F1. RGB value is (191,129,241). Sum of RGB (Red+Green+Blue) = 191+129+241=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF81F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF81F1 is #407E0E. Grayscale: #9F9F9F. Windows color (decimal): -4226575 or 15827391. OLE color: 15827391.

HSL color Cylindrical-coordinate representation of color #BF81F1: hue angle of 273.21º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF81F1 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191129241-
CMYK0.210.4600.05
HSL273.21º80%72.55%-
HSV(B)273.21º46.47%94.51%-
XYZ45.2133.1387.23-
YUV160.31173.54149.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 129 (50.78% from 255) = 22.99%
BLUE value IS 241 (94.53% from 255) = 42.96%
R=34.05%
G=22.99%
B=42.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911292410.210.4600.05273.218072.55
HexBF81F1152E051115049
Octal277201361255605421120111
Binary10111111100000011111000110101101110010110001000110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF81F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF81F1; }

 p { color: rgb(191,129,241); }

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

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

 a { background-color: rgb(191,129,241); }

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

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

 span { border-color: rgb(191,129,241); }

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