Html Css Color HEX #B19DDB Biloba Flower

📋 copy color: '#B19DDB'

red 177 ◦ green 157 ◦ blue 219

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

Shades of Biloba Flower #B19DDB

Tints of Biloba Flower #B19DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.6%

R = 32.01%
G = 28.39%
B = 39.6%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B19DDB (or 0xB19DDB) is known color: Biloba Flower. HEX triplet: B1, 9D and DB. RGB value is (177,157,219). Sum of RGB (Red+Green+Blue) = 177+157+219=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #B19DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19DDB is #4E6224. Grayscale: #A9A9A9. Windows color (decimal): -5136933 or 14392753. OLE color: 14392753.

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

Color convert

RGB 177 157 219 -
CMYK 0.19 0.28 0 0.14
HSL 259.35º 0.46% 0.74% -
HSV(B) 259.35º 0.28% 0.86% -
XYZ 42.97 38.58 72.2 -
YUV 170.05 155.63 132.96 -
System Red Green Blue C M Y K H S L
Decimal 177 157 219 0.19 0.28 0 0.14 259.35 0.46 0.74
Hex B1 9D DB 13 1C 0 E 103 2E 4A
Octal 261 235 333 23 34 0 16 403 56 112
Binary 10110001 10011101 11011011 10011 11100 0 1110 100000011 101110 1001010

Color Harmonies of #B19DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19DDB

Black with #B19DDB

Text Example


Text Example

White with #B19DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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