Html Css Color HEX #B19AE6 Biloba Flower

📋 copy color: '#B19AE6'

red 177 ◦ green 154 ◦ blue 230

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

Shades of Biloba Flower #B19AE6

Tints of Biloba Flower #B19AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41%

R = 31.55%
G = 27.45%
B = 41%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B19AE6 (or 0xB19AE6) is known color: Biloba Flower. HEX triplet: B1, 9A and E6. RGB value is (177,154,230). Sum of RGB (Red+Green+Blue) = 177+154+230=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 230 - color contains mainly: blue. Hex color #B19AE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19AE6 is #4E6519. Grayscale: #A9A9A9. Windows color (decimal): -5137690 or 15112881. OLE color: 15112881.

HSL color Cylindrical-coordinate representation of color #B19AE6: hue angle of 258.16º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B19AE6 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 154 230 -
CMYK 0.23 0.33 0 0.10
HSL 258.16º 0.6% 0.75% -
HSV(B) 258.16º 0.33% 0.9% -
XYZ 43.97 38.17 79.91 -
YUV 169.54 162.12 133.32 -
System Red Green Blue C M Y K H S L
Decimal 177 154 230 0.23 0.33 0 0.10 258.16 0.6 0.75
Hex B1 9A E6 17 21 0 A 102 3C 4B
Octal 261 232 346 27 41 0 12 402 74 113
Binary 10110001 10011010 11100110 10111 100001 0 1010 100000010 111100 1001011

Color Harmonies of #B19AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19AE6

Black with #B19AE6

Text Example


Text Example

White with #B19AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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