#B495F0

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

Shades of Biloba Flower #B495F0

Tints of Biloba Flower #B495F0

Color information

#B495F0 (or 0xB495F0) is unknown color: approx Biloba Flower. HEX triplet: B4, 95 and F0. RGB value is (180,149,240). Sum of RGB (Red+Green+Blue) = 180+149+240=569 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.63% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #B495F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B495F0 is #4B6A0F. Grayscale: #A8A8A8. Windows color (decimal): -4942352 or 15766964. OLE color: 15766964.

HSL color Cylindrical-coordinate representation of color #B495F0: hue angle of 260.44º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B495F0 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB180149240-
CMYK0.250.3800.06
HSL260.44º75.21%76.27%-
HSV(B)260.44º37.92%94.12%-
XYZ45.337.4987.29-
YUV168.64168.27136.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.63%
GREEN value IS 149 (58.59% from 255) = 26.19%
BLUE value IS 240 (94.14% from 255) = 42.18%
R=31.63%
G=26.19%
B=42.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1801492400.250.3800.06260.4475.2176.27
HexB495F01926061044b4c
Octal264225360314606404113114
Binary10110100100101011111000011001100110011010000010010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B495F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B495F0; }

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

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

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

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

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

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

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

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