Html Css Color HEX #B18DDB Biloba Flower

📋 copy color: '#B18DDB'

red 177 ◦ green 141 ◦ blue 219

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

Shades of Biloba Flower #B18DDB

Tints of Biloba Flower #B18DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.26%

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

R = 32.96%
G = 26.26%
B = 40.78%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B18DDB (or 0xB18DDB) is known color: Biloba Flower. HEX triplet: B1, 8D and DB. RGB value is (177,141,219). Sum of RGB (Red+Green+Blue) = 177+141+219=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #B18DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18DDB is #4E7224. Grayscale: #A0A0A0. Windows color (decimal): -5141029 or 14388657. OLE color: 14388657.

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

Color convert

RGB 177 141 219 -
CMYK 0.19 0.36 0 0.14
HSL 267.69º 0.52% 0.71% -
HSV(B) 267.69º 0.36% 0.86% -
XYZ 40.44 33.51 71.35 -
YUV 160.66 160.93 139.66 -
System Red Green Blue C M Y K H S L
Decimal 177 141 219 0.19 0.36 0 0.14 267.69 0.52 0.71
Hex B1 8D DB 13 24 0 E 10C 34 47
Octal 261 215 333 23 44 0 16 414 64 107
Binary 10110001 10001101 11011011 10011 100100 0 1110 100001100 110100 1000111

Color Harmonies of #B18DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18DDB

Black with #B18DDB

Text Example


Text Example

White with #B18DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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