Html Css Color HEX #B19BDD Biloba Flower

📋 copy color: '#B19BDD'

red 177 ◦ green 155 ◦ blue 221

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

Shades of Biloba Flower #B19BDD

Tints of Biloba Flower #B19BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.03%

 BLUE value IS 221 (86.72% from 255) = 39.96%

R = 32.01%
G = 28.03%
B = 39.96%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B19BDD (or 0xB19BDD) is known color: Biloba Flower. HEX triplet: B1, 9B and DD. RGB value is (177,155,221). Sum of RGB (Red+Green+Blue) = 177+155+221=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #B19BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BDD is #4E6422. Grayscale: #A8A8A8. Windows color (decimal): -5137443 or 14523313. OLE color: 14523313.

HSL color Cylindrical-coordinate representation of color #B19BDD: hue angle of 260º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B19BDD is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 155 221 -
CMYK 0.20 0.30 0 0.13
HSL 260º 0.49% 0.74% -
HSV(B) 260º 0.3% 0.87% -
XYZ 42.9 38.01 73.48 -
YUV 169.1 157.29 133.63 -
System Red Green Blue C M Y K H S L
Decimal 177 155 221 0.20 0.30 0 0.13 260 0.49 0.74
Hex B1 9B DD 14 1E 0 D 104 31 4A
Octal 261 233 335 24 36 0 15 404 61 112
Binary 10110001 10011011 11011101 10100 11110 0 1101 100000100 110001 1001010

Color Harmonies of #B19BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19BDD

Black with #B19BDD

Text Example


Text Example

White with #B19BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19BDD; }

 p { color: rgb(177,155,221); }

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

background-color css

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

 a { background-color: rgb(177,155,221); }

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

border-color css

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

 span { border-color: rgb(177,155,221); }

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