Html Css Color HEX #B199DB Biloba Flower

📋 copy color: '#B199DB'

red 177 ◦ green 153 ◦ blue 219

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

Shades of Biloba Flower #B199DB

Tints of Biloba Flower #B199DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.87%

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

R = 32.24%
G = 27.87%
B = 39.89%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B199DB (or 0xB199DB) is known color: Biloba Flower. HEX triplet: B1, 99 and DB. RGB value is (177,153,219). Sum of RGB (Red+Green+Blue) = 177+153+219=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #B199DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199DB is #4E6624. Grayscale: #A7A7A7. Windows color (decimal): -5137957 or 14391729. OLE color: 14391729.

HSL color Cylindrical-coordinate representation of color #B199DB: hue angle of 261.82º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B199DB is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 153 219 -
CMYK 0.19 0.30 0 0.14
HSL 261.82º 0.48% 0.73% -
HSV(B) 261.82º 0.3% 0.86% -
XYZ 42.31 37.24 71.98 -
YUV 167.7 156.95 134.63 -
System Red Green Blue C M Y K H S L
Decimal 177 153 219 0.19 0.30 0 0.14 261.82 0.48 0.73
Hex B1 99 DB 13 1E 0 E 106 30 49
Octal 261 231 333 23 36 0 16 406 60 111
Binary 10110001 10011001 11011011 10011 11110 0 1110 100000110 110000 1001001

Color Harmonies of #B199DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B199DB

Black with #B199DB

Text Example


Text Example

White with #B199DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B199DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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