Html Css Color HEX #B18DD8 Biloba Flower

📋 copy color: '#B18DD8'

red 177 ◦ green 141 ◦ blue 216

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

Shades of Biloba Flower #B18DD8

Tints of Biloba Flower #B18DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.45%

R = 33.15%
G = 26.4%
B = 40.45%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B18DD8 (or 0xB18DD8) is known color: Biloba Flower. HEX triplet: B1, 8D and D8. RGB value is (177,141,216). Sum of RGB (Red+Green+Blue) = 177+141+216=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 216 - color contains mainly: blue. Hex color #B18DD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18DD8 is #4E7227. Grayscale: #A0A0A0. Windows color (decimal): -5141032 or 14192049. OLE color: 14192049.

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

Color convert

RGB 177 141 216 -
CMYK 0.18 0.35 0 0.15
HSL 268.8º 0.49% 0.7% -
HSV(B) 268.8º 0.35% 0.85% -
XYZ 40.05 33.35 69.29 -
YUV 160.31 159.43 139.9 -
System Red Green Blue C M Y K H S L
Decimal 177 141 216 0.18 0.35 0 0.15 268.8 0.49 0.7
Hex B1 8D D8 12 23 0 F 10D 31 46
Octal 261 215 330 22 43 0 17 415 61 106
Binary 10110001 10001101 11011000 10010 100011 0 1111 100001101 110001 1000110

Color Harmonies of #B18DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18DD8

Black with #B18DD8

Text Example


Text Example

White with #B18DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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