#B491E2

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

Shades of Biloba Flower #B491E2

Tints of Biloba Flower #B491E2

Color information

#B491E2 (or 0xB491E2) is unknown color: approx Biloba Flower. HEX triplet: B4, 91 and E2. RGB value is (180,145,226). Sum of RGB (Red+Green+Blue) = 180+145+226=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 145 (57.03% from 255 or 26.32% from 551); Blue value is 226 (88.67% from 255 or 41.02% from 551); Max value from RGB is 226 - color contains mainly: blue. Hex color #B491E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491E2 is #4B6E1D. Grayscale: #A4A4A4. Windows color (decimal): -4943390 or 14848436. OLE color: 14848436.

HSL color Cylindrical-coordinate representation of color #B491E2: hue angle of 265.93º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B491E2 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB180145226-
CMYK0.200.3600.11
HSL265.93º58.27%72.75%-
HSV(B)265.93º35.84%88.63%-
XYZ42.6835.4576.54-
YUV164.7162.6138.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.67%
GREEN value IS 145 (57.03% from 255) = 26.32%
BLUE value IS 226 (88.67% from 255) = 41.02%
R=32.67%
G=26.32%
B=41.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1801452260.200.3600.11265.9358.2772.75
HexB491E214240B10a3a49
Octal264221342244401341272111
Binary10110100100100011110001010100100100010111000010101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B491E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B491E2; }

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

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

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

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

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

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

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

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