Html Css Color HEX #B18DD1 Biloba Flower

📋 copy color: '#B18DD1'

red 177 ◦ green 141 ◦ blue 209

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

Shades of Biloba Flower #B18DD1

Tints of Biloba Flower #B18DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.66%

R = 33.59%
G = 26.76%
B = 39.66%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B18DD1 (or 0xB18DD1) is known color: Biloba Flower. HEX triplet: B1, 8D and D1. RGB value is (177,141,209). Sum of RGB (Red+Green+Blue) = 177+141+209=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 209 - color contains mainly: blue. Hex color #B18DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18DD1 is #4E722E. Grayscale: #9F9F9F. Windows color (decimal): -5141039 or 13733297. OLE color: 13733297.

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

Color convert

RGB 177 141 209 -
CMYK 0.15 0.33 0 0.18
HSL 271.76º 0.43% 0.69% -
HSV(B) 271.76º 0.33% 0.82% -
XYZ 39.16 33 64.63 -
YUV 159.52 155.93 140.47 -
System Red Green Blue C M Y K H S L
Decimal 177 141 209 0.15 0.33 0 0.18 271.76 0.43 0.69
Hex B1 8D D1 F 21 0 12 110 2A 45
Octal 261 215 321 17 41 0 22 420 52 105
Binary 10110001 10001101 11010001 1111 100001 0 10010 100010000 101010 1000101

Color Harmonies of #B18DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18DD1

Black with #B18DD1

Text Example


Text Example

White with #B18DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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