Html Css Color HEX #B3A4DC Biloba Flower

📋 copy color: '#B3A4DC'

red 179 ◦ green 164 ◦ blue 220

#B3A4DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B3A4DC

Tints of Biloba Flower #B3A4DC

RGB

 RED value IS 179 (70.31% from 255) = 31.79%

 GREEN value IS 164 (64.45% from 255) = 29.13%

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 31.79%
G = 29.13%
B = 39.08%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B3A4DC (or 0xB3A4DC) is known color: Biloba Flower. HEX triplet: B3, A4 and DC. RGB value is (179,164,220). Sum of RGB (Red+Green+Blue) = 179+164+220=563 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.79% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3A4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A4DC is #4C5B23. Grayscale: #AEAEAE. Windows color (decimal): -5004068 or 14460083. OLE color: 14460083.

HSL color Cylindrical-coordinate representation of color #B3A4DC: hue angle of 256.07º 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 #B3A4DC is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 164 220 -
CMYK 0.19 0.25 0 0.14
HSL 256.07º 0.44% 0.75% -
HSV(B) 256.07º 0.25% 0.86% -
XYZ 44.78 41.3 73.32 -
YUV 174.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 179 164 220 0.19 0.25 0 0.14 256.07 0.44 0.75
Hex B3 A4 DC 13 19 0 E 100 2C 4B
Octal 263 244 334 23 31 0 16 400 54 113
Binary 10110011 10100100 11011100 10011 11001 0 1110 100000000 101100 1001011

Color Harmonies of #B3A4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A4DC

Black with #B3A4DC

Text Example


Text Example

White with #B3A4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A4DC; }

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

 H1.HeaderClassName
 {
   color: #B3A4DC;
 }
 .AnyTagClassName
 {
   color: #B3A4DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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