Html Css Color HEX #B19DDC Biloba Flower

📋 copy color: '#B19DDC'

red 177 ◦ green 157 ◦ blue 220

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

Shades of Biloba Flower #B19DDC

Tints of Biloba Flower #B19DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.71%

R = 31.95%
G = 28.34%
B = 39.71%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B19DDC (or 0xB19DDC) is known color: Biloba Flower. HEX triplet: B1, 9D and DC. RGB value is (177,157,220). Sum of RGB (Red+Green+Blue) = 177+157+220=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #B19DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19DDC is #4E6223. Grayscale: #A9A9A9. Windows color (decimal): -5136932 or 14458289. OLE color: 14458289.

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

Color convert

RGB 177 157 220 -
CMYK 0.20 0.29 0 0.14
HSL 259.05º 0.47% 0.74% -
HSV(B) 259.05º 0.29% 0.86% -
XYZ 43.11 38.63 72.89 -
YUV 170.16 156.13 132.88 -
System Red Green Blue C M Y K H S L
Decimal 177 157 220 0.20 0.29 0 0.14 259.05 0.47 0.74
Hex B1 9D DC 14 1D 0 E 103 2F 4A
Octal 261 235 334 24 35 0 16 403 57 112
Binary 10110001 10011101 11011100 10100 11101 0 1110 100000011 101111 1001010

Color Harmonies of #B19DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19DDC

Black with #B19DDC

Text Example


Text Example

White with #B19DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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