#B491FA

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

Shades of Biloba Flower #B491FA

Tints of Biloba Flower #B491FA

Color information

#B491FA (or 0xB491FA) is unknown color: approx Biloba Flower. HEX triplet: B4, 91 and FA. RGB value is (180,145,250). Sum of RGB (Red+Green+Blue) = 180+145+250=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #B491FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B491FA is #4B6E05. Grayscale: #A7A7A7. Windows color (decimal): -4943366 or 16421300. OLE color: 16421300.

HSL color Cylindrical-coordinate representation of color #B491FA: hue angle of 260º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B491FA is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180145250-
CMYK0.280.4200.02
HSL260º91.3%77.45%-
HSV(B)260º42%98.04%-
XYZ46.236.8695.12-
YUV167.44174.6136.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.30%
GREEN value IS 145 (57.03% from 255) = 25.22%
BLUE value IS 250 (98.05% from 255) = 43.48%
R=31.30%
G=25.22%
B=43.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801452500.280.4200.0226091.377.45
HexB491FA1C2A021045b4d
Octal264221372345202404133115
Binary1011010010010001111110101110010101001010000010010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B491FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B491FA; }

 p { color: rgb(180,145,250); }

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

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

 a { background-color: rgb(180,145,250); }

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

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

 span { border-color: rgb(180,145,250); }

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