#B495FA

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

Shades of Biloba Flower #B495FA

Tints of Biloba Flower #B495FA

Color information

#B495FA (or 0xB495FA) is unknown color: approx Biloba Flower. HEX triplet: B4, 95 and FA. RGB value is (180,149,250). Sum of RGB (Red+Green+Blue) = 180+149+250=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #B495FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B495FA is #4B6A05. Grayscale: #A9A9A9. Windows color (decimal): -4942342 or 16422324. OLE color: 16422324.

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

Color convert

RGB180149250-
CMYK0.280.4000.02
HSL258.42º90.99%78.24%-
HSV(B)258.42º40.4%98.04%-
XYZ46.8338.195.33-
YUV169.78173.27135.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.09%
GREEN value IS 149 (58.59% from 255) = 25.73%
BLUE value IS 250 (98.05% from 255) = 43.18%
R=31.09%
G=25.73%
B=43.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801492500.280.4000.02258.4290.9978.24
HexB495FA1C28021025b4e
Octal264225372345002402133116
Binary1011010010010101111110101110010100001010000001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B495FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B495FA; }

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

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

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

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

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

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

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

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