Html Css Color HEX #B18EDB Biloba Flower

📋 copy color: '#B18EDB'

red 177 ◦ green 142 ◦ blue 219

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

Shades of Biloba Flower #B18EDB

Tints of Biloba Flower #B18EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.39%

 BLUE value IS 219 (85.94% from 255) = 40.71%

R = 32.9%
G = 26.39%
B = 40.71%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B18EDB (or 0xB18EDB) is known color: Biloba Flower. HEX triplet: B1, 8E and DB. RGB value is (177,142,219). Sum of RGB (Red+Green+Blue) = 177+142+219=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #B18EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18EDB is #4E7124. Grayscale: #A0A0A0. Windows color (decimal): -5140773 or 14388913. OLE color: 14388913.

HSL color Cylindrical-coordinate representation of color #B18EDB: hue angle of 267.27º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B18EDB is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 142 219 -
CMYK 0.19 0.35 0 0.14
HSL 267.27º 0.52% 0.71% -
HSV(B) 267.27º 0.35% 0.86% -
XYZ 40.59 33.81 71.4 -
YUV 161.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 177 142 219 0.19 0.35 0 0.14 267.27 0.52 0.71
Hex B1 8E DB 13 23 0 E 10B 34 47
Octal 261 216 333 23 43 0 16 413 64 107
Binary 10110001 10001110 11011011 10011 100011 0 1110 100001011 110100 1000111

Color Harmonies of #B18EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18EDB

Black with #B18EDB

Text Example


Text Example

White with #B18EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18EDB; }

 p { color: rgb(177,142,219); }

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

background-color css

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

 a { background-color: rgb(177,142,219); }

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

border-color css

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

 span { border-color: rgb(177,142,219); }

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