#B3A4DA

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

Shades of Biloba Flower #B3A4DA

Tints of Biloba Flower #B3A4DA

Color information

#B3A4DA (or 0xB3A4DA) is unknown color: approx Biloba Flower. HEX triplet: B3, A4 and DA. RGB value is (179,164,218). Sum of RGB (Red+Green+Blue) = 179+164+218=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #B3A4DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A4DA is #4C5B25. Grayscale: #AEAEAE. Windows color (decimal): -5004070 or 14329011. OLE color: 14329011.

HSL color Cylindrical-coordinate representation of color #B3A4DA: hue angle of 256.67º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3A4DA is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179164218-
CMYK0.180.2500.15
HSL256.67º42.19%74.9%-
HSV(B)256.67º24.77%85.49%-
XYZ44.5241.271.93-
YUV174.64152.47131.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.91%
GREEN value IS 164 (64.45% from 255) = 29.23%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=31.91%
G=29.23%
B=38.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791642180.180.2500.15256.6742.1974.9
HexB3A4DA12190F1012a4b
Octal263244332223101740152113
Binary1011001110100100110110101001011001011111000000011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A4DA; }

 p { color: rgb(179,164,218); }

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

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

 a { background-color: rgb(179,164,218); }

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

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

 span { border-color: rgb(179,164,218); }

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