Html Css Color HEX #B18DD7 Biloba Flower

📋 copy color: '#B18DD7'

red 177 ◦ green 141 ◦ blue 215

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

Shades of Biloba Flower #B18DD7

Tints of Biloba Flower #B18DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.34%

R = 33.21%
G = 26.45%
B = 40.34%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B18DD7 (or 0xB18DD7) is known color: Biloba Flower. HEX triplet: B1, 8D and D7. RGB value is (177,141,215). Sum of RGB (Red+Green+Blue) = 177+141+215=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 215 - color contains mainly: blue. Hex color #B18DD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18DD7 is #4E7228. Grayscale: #9F9F9F. Windows color (decimal): -5141033 or 14126513. OLE color: 14126513.

HSL color Cylindrical-coordinate representation of color #B18DD7: hue angle of 269.19º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B18DD7 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 141 215 -
CMYK 0.18 0.34 0 0.16
HSL 269.19º 0.48% 0.7% -
HSV(B) 269.19º 0.34% 0.84% -
XYZ 39.92 33.3 68.61 -
YUV 160.2 158.93 139.98 -
System Red Green Blue C M Y K H S L
Decimal 177 141 215 0.18 0.34 0 0.16 269.19 0.48 0.7
Hex B1 8D D7 12 22 0 10 10D 30 46
Octal 261 215 327 22 42 0 20 415 60 106
Binary 10110001 10001101 11010111 10010 100010 0 10000 100001101 110000 1000110

Color Harmonies of #B18DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18DD7

Black with #B18DD7

Text Example


Text Example

White with #B18DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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