Html Css Color HEX #B19EED Biloba Flower

📋 copy color: '#B19EED'

red 177 ◦ green 158 ◦ blue 237

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

Shades of Biloba Flower #B19EED

Tints of Biloba Flower #B19EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.43%

R = 30.94%
G = 27.62%
B = 41.43%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B19EED (or 0xB19EED) is known color: Biloba Flower. HEX triplet: B1, 9E and ED. RGB value is (177,158,237). Sum of RGB (Red+Green+Blue) = 177+158+237=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #B19EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19EED is #4E6112. Grayscale: #ACACAC. Windows color (decimal): -5136659 or 15572657. OLE color: 15572657.

HSL color Cylindrical-coordinate representation of color #B19EED: hue angle of 254.43º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B19EED is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 158 237 -
CMYK 0.25 0.33 0 0.07
HSL 254.43º 0.69% 0.77% -
HSV(B) 254.43º 0.33% 0.93% -
XYZ 45.64 39.92 85.42 -
YUV 172.69 164.29 131.08 -
System Red Green Blue C M Y K H S L
Decimal 177 158 237 0.25 0.33 0 0.07 254.43 0.69 0.77
Hex B1 9E ED 19 21 0 7 FE 45 4D
Octal 261 236 355 31 41 0 7 376 105 115
Binary 10110001 10011110 11101101 11001 100001 0 111 11111110 1000101 1001101

Color Harmonies of #B19EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19EED

Black with #B19EED

Text Example


Text Example

White with #B19EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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