#B3A4D4

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

Shades of Biloba Flower #B3A4D4

Tints of Biloba Flower #B3A4D4

Color information

#B3A4D4 (or 0xB3A4D4) is unknown color: approx Biloba Flower. HEX triplet: B3, A4 and D4. RGB value is (179,164,212). Sum of RGB (Red+Green+Blue) = 179+164+212=555 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.25% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 212 - color contains mainly: blue. Hex color #B3A4D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A4D4 is #4C5B2B. Grayscale: #ADADAD. Windows color (decimal): -5004076 or 13935795. OLE color: 13935795.

HSL color Cylindrical-coordinate representation of color #B3A4D4: hue angle of 258.75º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3A4D4 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB179164212-
CMYK0.160.2300.17
HSL258.75º35.82%73.73%-
HSV(B)258.75º22.64%83.14%-
XYZ43.7540.8967.87-
YUV173.96149.47131.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.25%
GREEN value IS 164 (64.45% from 255) = 29.55%
BLUE value IS 212 (83.20% from 255) = 38.20%
R=32.25%
G=29.55%
B=38.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1791642120.160.2300.17258.7535.8273.73
HexB3A4D41017011103244a
Octal263244324202702140344112
Binary10110011101001001101010010000101110100011000000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A4D4; }

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

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

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

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

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

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

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

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