Html Css Color HEX #B19DDA Biloba Flower

📋 copy color: '#B19DDA'

red 177 ◦ green 157 ◦ blue 218

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

Shades of Biloba Flower #B19DDA

Tints of Biloba Flower #B19DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.49%

R = 32.07%
G = 28.44%
B = 39.49%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B19DDA (or 0xB19DDA) is known color: Biloba Flower. HEX triplet: B1, 9D and DA. RGB value is (177,157,218). Sum of RGB (Red+Green+Blue) = 177+157+218=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #B19DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19DDA is #4E6225. Grayscale: #A9A9A9. Windows color (decimal): -5136934 or 14327217. OLE color: 14327217.

HSL color Cylindrical-coordinate representation of color #B19DDA: hue angle of 259.67º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B19DDA is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 157 218 -
CMYK 0.19 0.28 0 0.15
HSL 259.67º 0.45% 0.74% -
HSV(B) 259.67º 0.28% 0.85% -
XYZ 42.84 38.52 71.51 -
YUV 169.93 155.13 133.04 -
System Red Green Blue C M Y K H S L
Decimal 177 157 218 0.19 0.28 0 0.15 259.67 0.45 0.74
Hex B1 9D DA 13 1C 0 F 104 2D 4A
Octal 261 235 332 23 34 0 17 404 55 112
Binary 10110001 10011101 11011010 10011 11100 0 1111 100000100 101101 1001010

Color Harmonies of #B19DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19DDA

Black with #B19DDA

Text Example


Text Example

White with #B19DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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