Html Css Color HEX #B19AEA Biloba Flower

📋 copy color: '#B19AEA'

red 177 ◦ green 154 ◦ blue 234

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

Shades of Biloba Flower #B19AEA

Tints of Biloba Flower #B19AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.42%

R = 31.33%
G = 27.26%
B = 41.42%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B19AEA (or 0xB19AEA) is known color: Biloba Flower. HEX triplet: B1, 9A and EA. RGB value is (177,154,234). Sum of RGB (Red+Green+Blue) = 177+154+234=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #B19AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19AEA is #4E6515. Grayscale: #A9A9A9. Windows color (decimal): -5137686 or 15375025. OLE color: 15375025.

HSL color Cylindrical-coordinate representation of color #B19AEA: hue angle of 257.25º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B19AEA is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 154 234 -
CMYK 0.24 0.34 0 0.08
HSL 257.25º 0.66% 0.76% -
HSV(B) 257.25º 0.34% 0.92% -
XYZ 44.54 38.4 82.91 -
YUV 170 164.12 133 -
System Red Green Blue C M Y K H S L
Decimal 177 154 234 0.24 0.34 0 0.08 257.25 0.66 0.76
Hex B1 9A EA 18 22 0 8 101 42 4C
Octal 261 232 352 30 42 0 10 401 102 114
Binary 10110001 10011010 11101010 11000 100010 0 1000 100000001 1000010 1001100

Color Harmonies of #B19AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19AEA

Black with #B19AEA

Text Example


Text Example

White with #B19AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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