#B494F2

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

Shades of Biloba Flower #B494F2

Tints of Biloba Flower #B494F2

Color information

#B494F2 (or 0xB494F2) is unknown color: approx Biloba Flower. HEX triplet: B4, 94 and F2. RGB value is (180,148,242). Sum of RGB (Red+Green+Blue) = 180+148+242=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #B494F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B494F2 is #4B6B0D. Grayscale: #A7A7A7. Windows color (decimal): -4942606 or 15897780. OLE color: 15897780.

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

Color convert

RGB180148242-
CMYK0.260.3900.05
HSL260.43º78.33%76.47%-
HSV(B)260.43º38.84%94.9%-
XYZ45.4437.2988.81-
YUV168.28169.6136.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.58%
GREEN value IS 148 (58.20% from 255) = 25.96%
BLUE value IS 242 (94.92% from 255) = 42.46%
R=31.58%
G=25.96%
B=42.46%

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
Decimal1801482420.260.3900.05260.4378.3376.47
HexB494F21A27051044e4c
Octal264224362324705404116114
Binary10110100100101001111001011010100111010110000010010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B494F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B494F2; }

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

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

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

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

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

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

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

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