Html Css Color HEX #B3A1D6 Biloba Flower

📋 copy color: '#B3A1D6'

red 179 ◦ green 161 ◦ blue 214

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

Shades of Biloba Flower #B3A1D6

Tints of Biloba Flower #B3A1D6

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 value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B3A1D6 (or 0xB3A1D6) is known color: 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

RGB 179 161 214 -
CMYK 0.16 0.25 0 0.16
HSL 260.38º 0.39% 0.74% -
HSV(B) 260.38º 0.25% 0.84% -
XYZ 43.47 39.93 69.03 -
YUV 172.42 151.46 132.69 -
System Red Green Blue C M Y K H S L
Decimal 179 161 214 0.16 0.25 0 0.16 260.38 0.39 0.74
Hex B3 A1 D6 10 19 0 10 104 27 4A
Octal 263 241 326 20 31 0 20 404 47 112
Binary 10110011 10100001 11010110 10000 11001 0 10000 100000100 100111 1001010

Color Harmonies of #B3A1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A1D6

Black with #B3A1D6

Text Example


Text Example

White with #B3A1D6

Text Example


Text Example

HTML Codes & Css Web 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>