Html Css Color HEX #B19BD2 Biloba Flower

📋 copy color: '#B19BD2'

red 177 ◦ green 155 ◦ blue 210

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

Shades of Biloba Flower #B19BD2

Tints of Biloba Flower #B19BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.75%

R = 32.66%
G = 28.6%
B = 38.75%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B19BD2 (or 0xB19BD2) is known color: Biloba Flower. HEX triplet: B1, 9B and D2. RGB value is (177,155,210). Sum of RGB (Red+Green+Blue) = 177+155+210=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 210 - color contains mainly: blue. Hex color #B19BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BD2 is #4E642D. Grayscale: #A7A7A7. Windows color (decimal): -5137454 or 13802417. OLE color: 13802417.

HSL color Cylindrical-coordinate representation of color #B19BD2: hue angle of 264º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B19BD2 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 155 210 -
CMYK 0.16 0.26 0 0.18
HSL 264º 0.38% 0.72% -
HSV(B) 264º 0.26% 0.82% -
XYZ 41.49 37.44 66.01 -
YUV 167.85 151.79 134.53 -
System Red Green Blue C M Y K H S L
Decimal 177 155 210 0.16 0.26 0 0.18 264 0.38 0.72
Hex B1 9B D2 10 1A 0 12 108 26 48
Octal 261 233 322 20 32 0 22 410 46 110
Binary 10110001 10011011 11010010 10000 11010 0 10010 100001000 100110 1001000

Color Harmonies of #B19BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19BD2

Black with #B19BD2

Text Example


Text Example

White with #B19BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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