Html Css Color HEX #B19AD6 Biloba Flower

📋 copy color: '#B19AD6'

red 177 ◦ green 154 ◦ blue 214

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

Shades of Biloba Flower #B19AD6

Tints of Biloba Flower #B19AD6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.26%

 BLUE value IS 214 (83.98% from 255) = 39.27%

R = 32.48%
G = 28.26%
B = 39.27%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B19AD6 (or 0xB19AD6) is known color: Biloba Flower. HEX triplet: B1, 9A and D6. RGB value is (177,154,214). Sum of RGB (Red+Green+Blue) = 177+154+214=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 214 - color contains mainly: blue. Hex color #B19AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19AD6 is #4E6529. Grayscale: #A7A7A7. Windows color (decimal): -5137706 or 14064305. OLE color: 14064305.

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

Color convert

RGB 177 154 214 -
CMYK 0.17 0.28 0 0.16
HSL 263º 0.42% 0.72% -
HSV(B) 263º 0.28% 0.84% -
XYZ 41.82 37.31 68.62 -
YUV 167.72 154.12 134.62 -
System Red Green Blue C M Y K H S L
Decimal 177 154 214 0.17 0.28 0 0.16 263 0.42 0.72
Hex B1 9A D6 11 1C 0 10 107 2A 48
Octal 261 232 326 21 34 0 20 407 52 110
Binary 10110001 10011010 11010110 10001 11100 0 10000 100000111 101010 1001000

Color Harmonies of #B19AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19AD6

Black with #B19AD6

Text Example


Text Example

White with #B19AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19AD6; }

 p { color: rgb(177,154,214); }

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

background-color css

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

 a { background-color: rgb(177,154,214); }

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

border-color css

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

 span { border-color: rgb(177,154,214); }

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