#B3A1D6

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

Shades of Biloba Flower #B3A1D6

Tints of Biloba Flower #B3A1D6

Color information

#B3A1D6 (or 0xB3A1D6) is unknown color: approx Biloba Flower. HEX triplet: B3, A1 and D6. RGB value is (179,161,214). Sum of RGB (Red+Green+Blue) = 179+161+214=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 214 - color contains mainly: blue. Hex color #B3A1D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A1D6 is #4C5E29. Grayscale: #ACACAC. Windows color (decimal): -5004842 or 14066099. OLE color: 14066099.

HSL color Cylindrical-coordinate representation of color #B3A1D6: hue angle of 260.38º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3A1D6 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB179161214-
CMYK0.160.2500.16
HSL260.38º39.26%73.53%-
HSV(B)260.38º24.77%83.92%-
XYZ43.4739.9369.03-
YUV172.42151.46132.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.31%
GREEN value IS 161 (63.28% from 255) = 29.06%
BLUE value IS 214 (83.98% from 255) = 38.63%
R=32.31%
G=29.06%
B=38.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791612140.160.2500.16260.3839.2673.53
HexB3A1D61019010104274a
Octal263241326203102040447112
Binary10110011101000011101011010000110010100001000001001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A1D6; }

 p { color: rgb(179,161,214); }

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

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

 a { background-color: rgb(179,161,214); }

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

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

 span { border-color: rgb(179,161,214); }

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