#B491DA

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

Shades of Biloba Flower #B491DA

Tints of Biloba Flower #B491DA

Color information

#B491DA (or 0xB491DA) is unknown color: approx Biloba Flower. HEX triplet: B4, 91 and DA. RGB value is (180,145,218). Sum of RGB (Red+Green+Blue) = 180+145+218=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #B491DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491DA is #4B6E25. Grayscale: #A3A3A3. Windows color (decimal): -4943398 or 14324148. OLE color: 14324148.

HSL color Cylindrical-coordinate representation of color #B491DA: hue angle of 268.77º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B491DA is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180145218-
CMYK0.170.3300.15
HSL268.77º49.66%71.18%-
HSV(B)268.77º33.49%85.49%-
XYZ41.635.0270.9-
YUV163.79158.6139.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.15%
GREEN value IS 145 (57.03% from 255) = 26.70%
BLUE value IS 218 (85.55% from 255) = 40.15%
R=33.15%
G=26.70%
B=40.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801452180.170.3300.15268.7749.6671.18
HexB491DA11210F10d3247
Octal264221332214101741562107
Binary10110100100100011101101010001100001011111000011011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B491DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B491DA; }

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

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

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

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

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

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

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

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