Html Css Color HEX #B196DF Biloba Flower

📋 copy color: '#B196DF'

red 177 ◦ green 150 ◦ blue 223

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

Shades of Biloba Flower #B196DF

Tints of Biloba Flower #B196DF

RGB

 RED value IS 177 (69.53% from 255) = 32.18%

 GREEN value IS 150 (58.98% from 255) = 27.27%

 BLUE value IS 223 (87.5% from 255) = 40.55%

R = 32.18%
G = 27.27%
B = 40.55%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B196DF (or 0xB196DF) is known color: Biloba Flower. HEX triplet: B1, 96 and DF. RGB value is (177,150,223). Sum of RGB (Red+Green+Blue) = 177+150+223=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #B196DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B196DF is #4E6920. Grayscale: #A6A6A6. Windows color (decimal): -5138721 or 14653105. OLE color: 14653105.

HSL color Cylindrical-coordinate representation of color #B196DF: hue angle of 262.19º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B196DF is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 150 223 -
CMYK 0.21 0.33 0 0.13
HSL 262.19º 0.53% 0.73% -
HSV(B) 262.19º 0.33% 0.87% -
XYZ 42.36 36.49 74.62 -
YUV 166.4 159.95 135.56 -
System Red Green Blue C M Y K H S L
Decimal 177 150 223 0.21 0.33 0 0.13 262.19 0.53 0.73
Hex B1 96 DF 15 21 0 D 106 35 49
Octal 261 226 337 25 41 0 15 406 65 111
Binary 10110001 10010110 11011111 10101 100001 0 1101 100000110 110101 1001001

Color Harmonies of #B196DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B196DF

Black with #B196DF

Text Example


Text Example

White with #B196DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B196DF; }

 p { color: rgb(177,150,223); }

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

background-color css

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

 a { background-color: rgb(177,150,223); }

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

border-color css

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

 span { border-color: rgb(177,150,223); }

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