Html Css Color HEX #B18ECF Biloba Flower

📋 copy color: '#B18ECF'

red 177 ◦ green 142 ◦ blue 207

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

Shades of Biloba Flower #B18ECF

Tints of Biloba Flower #B18ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.35%

R = 33.65%
G = 27%
B = 39.35%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B18ECF (or 0xB18ECF) is known color: Biloba Flower. HEX triplet: B1, 8E and CF. RGB value is (177,142,207). Sum of RGB (Red+Green+Blue) = 177+142+207=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #B18ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18ECF is #4E7130. Grayscale: #9F9F9F. Windows color (decimal): -5140785 or 13602481. OLE color: 13602481.

HSL color Cylindrical-coordinate representation of color #B18ECF: hue angle of 272.31º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B18ECF is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 142 207 -
CMYK 0.14 0.31 0 0.19
HSL 272.31º 0.4% 0.68% -
HSV(B) 272.31º 0.31% 0.81% -
XYZ 39.07 33.2 63.38 -
YUV 159.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 177 142 207 0.14 0.31 0 0.19 272.31 0.4 0.68
Hex B1 8E CF E 1F 0 13 110 28 44
Octal 261 216 317 16 37 0 23 420 50 104
Binary 10110001 10001110 11001111 1110 11111 0 10011 100010000 101000 1000100

Color Harmonies of #B18ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18ECF

Black with #B18ECF

Text Example


Text Example

White with #B18ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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