#B491D1

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

Shades of Biloba Flower #B491D1

Tints of Biloba Flower #B491D1

Color information

#B491D1 (or 0xB491D1) is unknown color: approx Biloba Flower. HEX triplet: B4, 91 and D1. RGB value is (180,145,209). Sum of RGB (Red+Green+Blue) = 180+145+209=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 209 - color contains mainly: blue. Hex color #B491D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491D1 is #4B6E2E. Grayscale: #A2A2A2. Windows color (decimal): -4943407 or 13734324. OLE color: 13734324.

HSL color Cylindrical-coordinate representation of color #B491D1: hue angle of 272.81º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B491D1 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB180145209-
CMYK0.140.3100.18
HSL272.81º41.03%69.41%-
HSV(B)272.81º30.62%81.96%-
XYZ40.4634.5664.86-
YUV162.76154.1140.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.71%
GREEN value IS 145 (57.03% from 255) = 27.15%
BLUE value IS 209 (82.03% from 255) = 39.14%
R=33.71%
G=27.15%
B=39.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1801452090.140.3100.18272.8141.0369.41
HexB491D1E1F0121112945
Octal264221321163702242151105
Binary1011010010010001110100011110111110100101000100011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B491D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B491D1; }

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

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

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

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

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

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

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

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