#B494F3

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

Shades of Biloba Flower #B494F3

Tints of Biloba Flower #B494F3

Color information

#B494F3 (or 0xB494F3) is unknown color: approx Biloba Flower. HEX triplet: B4, 94 and F3. RGB value is (180,148,243). Sum of RGB (Red+Green+Blue) = 180+148+243=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 243 - color contains mainly: blue. Hex color #B494F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B494F3 is #4B6B0C. Grayscale: #A8A8A8. Windows color (decimal): -4942605 or 15963316. OLE color: 15963316.

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

Color convert

RGB180148243-
CMYK0.260.3900.05
HSL260.21º79.83%76.67%-
HSV(B)260.21º39.09%95.29%-
XYZ45.5937.3589.6-
YUV168.4170.1136.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.52%
GREEN value IS 148 (58.20% from 255) = 25.92%
BLUE value IS 243 (95.31% from 255) = 42.56%
R=31.52%
G=25.92%
B=42.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801482430.260.3900.05260.2179.8376.67
HexB494F31A2705104504d
Octal264224363324705404120115
Binary10110100100101001111001111010100111010110000010010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B494F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B494F3; }

 p { color: rgb(180,148,243); }

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

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

 a { background-color: rgb(180,148,243); }

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

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

 span { border-color: rgb(180,148,243); }

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