Html Css Color HEX #B19DD8 Biloba Flower

📋 copy color: '#B19DD8'

red 177 ◦ green 157 ◦ blue 216

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

Shades of Biloba Flower #B19DD8

Tints of Biloba Flower #B19DD8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.55%

 BLUE value IS 216 (84.77% from 255) = 39.27%

R = 32.18%
G = 28.55%
B = 39.27%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B19DD8 (or 0xB19DD8) is known color: Biloba Flower. HEX triplet: B1, 9D and D8. RGB value is (177,157,216). Sum of RGB (Red+Green+Blue) = 177+157+216=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 216 - color contains mainly: blue. Hex color #B19DD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19DD8 is #4E6227. Grayscale: #A9A9A9. Windows color (decimal): -5136936 or 14196145. OLE color: 14196145.

HSL color Cylindrical-coordinate representation of color #B19DD8: hue angle of 260.34º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B19DD8 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 157 216 -
CMYK 0.18 0.27 0 0.15
HSL 260.34º 0.43% 0.73% -
HSV(B) 260.34º 0.27% 0.85% -
XYZ 42.58 38.42 70.14 -
YUV 169.71 154.13 133.2 -
System Red Green Blue C M Y K H S L
Decimal 177 157 216 0.18 0.27 0 0.15 260.34 0.43 0.73
Hex B1 9D D8 12 1B 0 F 104 2B 49
Octal 261 235 330 22 33 0 17 404 53 111
Binary 10110001 10011101 11011000 10010 11011 0 1111 100000100 101011 1001001

Color Harmonies of #B19DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19DD8

Black with #B19DD8

Text Example


Text Example

White with #B19DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19DD8; }

 p { color: rgb(177,157,216); }

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

background-color css

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

 a { background-color: rgb(177,157,216); }

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

border-color css

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

 span { border-color: rgb(177,157,216); }

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