Html Css Color HEX #B19BD5 Biloba Flower

📋 copy color: '#B19BD5'

red 177 ◦ green 155 ◦ blue 213

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

Shades of Biloba Flower #B19BD5

Tints of Biloba Flower #B19BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.08%

R = 32.48%
G = 28.44%
B = 39.08%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B19BD5 (or 0xB19BD5) is known color: Biloba Flower. HEX triplet: B1, 9B and D5. RGB value is (177,155,213). Sum of RGB (Red+Green+Blue) = 177+155+213=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #B19BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BD5 is #4E642A. Grayscale: #A7A7A7. Windows color (decimal): -5137451 or 13999025. OLE color: 13999025.

HSL color Cylindrical-coordinate representation of color #B19BD5: hue angle of 262.76º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B19BD5 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 155 213 -
CMYK 0.17 0.27 0 0.16
HSL 262.76º 0.41% 0.72% -
HSV(B) 262.76º 0.27% 0.84% -
XYZ 41.86 37.59 68 -
YUV 168.19 153.29 134.28 -
System Red Green Blue C M Y K H S L
Decimal 177 155 213 0.17 0.27 0 0.16 262.76 0.41 0.72
Hex B1 9B D5 11 1B 0 10 107 29 48
Octal 261 233 325 21 33 0 20 407 51 110
Binary 10110001 10011011 11010101 10001 11011 0 10000 100000111 101001 1001000

Color Harmonies of #B19BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19BD5

Black with #B19BD5

Text Example


Text Example

White with #B19BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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