#B3A5DC

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

Shades of Biloba Flower #B3A5DC

Tints of Biloba Flower #B3A5DC

Color information

#B3A5DC (or 0xB3A5DC) is unknown color: approx Biloba Flower. HEX triplet: B3, A5 and DC. RGB value is (179,165,220). Sum of RGB (Red+Green+Blue) = 179+165+220=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 165 (64.84% from 255 or 29.26% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3A5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A5DC is #4C5A23. Grayscale: #AFAFAF. Windows color (decimal): -5003812 or 14460339. OLE color: 14460339.

HSL color Cylindrical-coordinate representation of color #B3A5DC: hue angle of 255.27º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3A5DC is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179165220-
CMYK0.190.2500.14
HSL255.27º44%75.49%-
HSV(B)255.27º25%86.27%-
XYZ44.9641.6673.38-
YUV175.46153.14130.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.74%
GREEN value IS 165 (64.84% from 255) = 29.26%
BLUE value IS 220 (86.33% from 255) = 39.01%
R=31.74%
G=29.26%
B=39.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791652200.190.2500.14255.274475.49
HexB3A5DC13190Eff2c4b
Octal263245334233101637754113
Binary101100111010010111011100100111100101110111111111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A5DC; }

 p { color: rgb(179,165,220); }

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

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

 a { background-color: rgb(179,165,220); }

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

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

 span { border-color: rgb(179,165,220); }

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