Html Css Color HEX #B18EDC Biloba Flower

📋 copy color: '#B18EDC'

red 177 ◦ green 142 ◦ blue 220

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

Shades of Biloba Flower #B18EDC

Tints of Biloba Flower #B18EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 32.84%
G = 26.35%
B = 40.82%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B18EDC (or 0xB18EDC) is known color: Biloba Flower. HEX triplet: B1, 8E and DC. RGB value is (177,142,220). Sum of RGB (Red+Green+Blue) = 177+142+220=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #B18EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18EDC is #4E7123. Grayscale: #A1A1A1. Windows color (decimal): -5140772 or 14454449. OLE color: 14454449.

HSL color Cylindrical-coordinate representation of color #B18EDC: hue angle of 266.92º degrees, saturation: 0.53, 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 #B18EDC is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 142 220 -
CMYK 0.20 0.35 0 0.14
HSL 266.92º 0.53% 0.71% -
HSV(B) 266.92º 0.35% 0.86% -
XYZ 40.72 33.86 72.1 -
YUV 161.36 161.1 139.16 -
System Red Green Blue C M Y K H S L
Decimal 177 142 220 0.20 0.35 0 0.14 266.92 0.53 0.71
Hex B1 8E DC 14 23 0 E 10B 35 47
Octal 261 216 334 24 43 0 16 413 65 107
Binary 10110001 10001110 11011100 10100 100011 0 1110 100001011 110101 1000111

Color Harmonies of #B18EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18EDC

Black with #B18EDC

Text Example


Text Example

White with #B18EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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