#BF90F1

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

Shades of Wisteria #BF90F1

Tints of Wisteria #BF90F1

Color information

#BF90F1 (or 0xBF90F1) is unknown color: approx Wisteria. HEX triplet: BF, 90 and F1. RGB value is (191,144,241). Sum of RGB (Red+Green+Blue) = 191+144+241=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF90F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF90F1 is #406F0E. Grayscale: #A8A8A8. Windows color (decimal): -4222735 or 15831231. OLE color: 15831231.

HSL color Cylindrical-coordinate representation of color #BF90F1: hue angle of 269.07º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF90F1 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191144241-
CMYK0.210.4000.05
HSL269.07º77.6%75.49%-
HSV(B)269.07º40.25%94.51%-
XYZ47.3437.3787.94-
YUV169.11168.57143.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 144 (56.64% from 255) = 25%
BLUE value IS 241 (94.53% from 255) = 41.84%
R=33.16%
G=25%
B=41.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911442410.210.4000.05269.0777.675.49
HexBF90F115280510d4e4b
Octal277220361255005415116113
Binary10111111100100001111000110101101000010110000110110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF90F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF90F1; }

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

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

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

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

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

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

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

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