#B491DF

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

Shades of Biloba Flower #B491DF

Tints of Biloba Flower #B491DF

Color information

#B491DF (or 0xB491DF) is unknown color: approx Biloba Flower. HEX triplet: B4, 91 and DF. RGB value is (180,145,223). Sum of RGB (Red+Green+Blue) = 180+145+223=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #B491DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491DF is #4B6E20. Grayscale: #A4A4A4. Windows color (decimal): -4943393 or 14651828. OLE color: 14651828.

HSL color Cylindrical-coordinate representation of color #B491DF: hue angle of 266.92º degrees, saturation: 0.55, 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 #B491DF is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180145223-
CMYK0.190.3500.13
HSL266.92º54.93%72.16%-
HSV(B)266.92º34.98%87.45%-
XYZ42.2735.2874.39-
YUV164.36161.1139.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.85%
GREEN value IS 145 (57.03% from 255) = 26.46%
BLUE value IS 223 (87.5% from 255) = 40.69%
R=32.85%
G=26.46%
B=40.69%

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
Decimal1801452230.190.3500.13266.9254.9372.16
HexB491DF13230D10b3748
Octal264221337234301541367110
Binary10110100100100011101111110011100011011011000010111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B491DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B491DF; }

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

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

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

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

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

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

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

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