Html Css Color HEX #B19ED0 Biloba Flower

📋 copy color: '#B19ED0'

red 177 ◦ green 158 ◦ blue 208

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

Shades of Biloba Flower #B19ED0

Tints of Biloba Flower #B19ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.31%

R = 32.6%
G = 29.1%
B = 38.31%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B19ED0 (or 0xB19ED0) is known color: Biloba Flower. HEX triplet: B1, 9E and D0. RGB value is (177,158,208). Sum of RGB (Red+Green+Blue) = 177+158+208=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #B19ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19ED0 is #4E612F. Grayscale: #A9A9A9. Windows color (decimal): -5136688 or 13672113. OLE color: 13672113.

HSL color Cylindrical-coordinate representation of color #B19ED0: hue angle of 262.8º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B19ED0 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 158 208 -
CMYK 0.15 0.24 0 0.18
HSL 262.8º 0.35% 0.72% -
HSV(B) 262.8º 0.24% 0.82% -
XYZ 41.74 38.35 64.88 -
YUV 169.38 149.79 133.43 -
System Red Green Blue C M Y K H S L
Decimal 177 158 208 0.15 0.24 0 0.18 262.8 0.35 0.72
Hex B1 9E D0 F 18 0 12 107 23 48
Octal 261 236 320 17 30 0 22 407 43 110
Binary 10110001 10011110 11010000 1111 11000 0 10010 100000111 100011 1001000

Color Harmonies of #B19ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19ED0

Black with #B19ED0

Text Example


Text Example

White with #B19ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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