#B491DE

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

Shades of Biloba Flower #B491DE

Tints of Biloba Flower #B491DE

Color information

#B491DE (or 0xB491DE) is unknown color: approx Biloba Flower. HEX triplet: B4, 91 and DE. RGB value is (180,145,222). Sum of RGB (Red+Green+Blue) = 180+145+222=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #B491DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491DE is #4B6E21. Grayscale: #A3A3A3. Windows color (decimal): -4943394 or 14586292. OLE color: 14586292.

HSL color Cylindrical-coordinate representation of color #B491DE: hue angle of 267.27º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B491DE is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180145222-
CMYK0.190.3500.13
HSL267.27º53.85%71.96%-
HSV(B)267.27º34.68%87.06%-
XYZ42.1335.2373.69-
YUV164.24160.6139.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.91%
GREEN value IS 145 (57.03% from 255) = 26.51%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=32.91%
G=26.51%
B=40.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801452220.190.3500.13267.2753.8571.96
HexB491DE13230D10b3648
Octal264221336234301541366110
Binary10110100100100011101111010011100011011011000010111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B491DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B491DE; }

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

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

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

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

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

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

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

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