Html Css Color HEX #B19EE0 Biloba Flower

📋 copy color: '#B19EE0'

red 177 ◦ green 158 ◦ blue 224

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

Shades of Biloba Flower #B19EE0

Tints of Biloba Flower #B19EE0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.26%

 BLUE value IS 224 (87.89% from 255) = 40.07%

R = 31.66%
G = 28.26%
B = 40.07%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B19EE0 (or 0xB19EE0) is known color: Biloba Flower. HEX triplet: B1, 9E and E0. RGB value is (177,158,224). Sum of RGB (Red+Green+Blue) = 177+158+224=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #B19EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19EE0 is #4E611F. Grayscale: #AAAAAA. Windows color (decimal): -5136672 or 14720689. OLE color: 14720689.

HSL color Cylindrical-coordinate representation of color #B19EE0: hue angle of 257.27º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B19EE0 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 158 224 -
CMYK 0.21 0.29 0 0.12
HSL 257.27º 0.52% 0.75% -
HSV(B) 257.27º 0.29% 0.88% -
XYZ 43.81 39.18 75.77 -
YUV 171.21 157.79 132.13 -
System Red Green Blue C M Y K H S L
Decimal 177 158 224 0.21 0.29 0 0.12 257.27 0.52 0.75
Hex B1 9E E0 15 1D 0 C 101 34 4B
Octal 261 236 340 25 35 0 14 401 64 113
Binary 10110001 10011110 11100000 10101 11101 0 1100 100000001 110100 1001011

Color Harmonies of #B19EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19EE0

Black with #B19EE0

Text Example


Text Example

White with #B19EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19EE0; }

 p { color: rgb(177,158,224); }

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

background-color css

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

 a { background-color: rgb(177,158,224); }

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

border-color css

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

 span { border-color: rgb(177,158,224); }

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