#B3A1D5

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

Shades of Biloba Flower #B3A1D5

Tints of Biloba Flower #B3A1D5

Color information

#B3A1D5 (or 0xB3A1D5) is unknown color: approx Biloba Flower. HEX triplet: B3, A1 and D5. RGB value is (179,161,213). Sum of RGB (Red+Green+Blue) = 179+161+213=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 213 - color contains mainly: blue. Hex color #B3A1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A1D5 is #4C5E2A. Grayscale: #ACACAC. Windows color (decimal): -5004843 or 14000563. OLE color: 14000563.

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

Color convert

RGB179161213-
CMYK0.160.2400.16
HSL260.77º38.24%73.33%-
HSV(B)260.77º24.41%83.53%-
XYZ43.3539.8868.36-
YUV172.31150.96132.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.37%
GREEN value IS 161 (63.28% from 255) = 29.11%
BLUE value IS 213 (83.59% from 255) = 38.52%
R=32.37%
G=29.11%
B=38.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791612130.160.2400.16260.7738.2473.33
HexB3A1D510180101052649
Octal263241325203002040546111
Binary10110011101000011101010110000110000100001000001011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A1D5; }

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

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

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

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

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

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

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

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