Html Css Color HEX #B18ECE Biloba Flower

📋 copy color: '#B18ECE'

red 177 ◦ green 142 ◦ blue 206

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

Shades of Biloba Flower #B18ECE

Tints of Biloba Flower #B18ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.24%

R = 33.71%
G = 27.05%
B = 39.24%

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

#B18ECE (or 0xB18ECE) is known color: Biloba Flower. HEX triplet: B1, 8E and CE. RGB value is (177,142,206). Sum of RGB (Red+Green+Blue) = 177+142+206=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #B18ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18ECE is #4E7131. Grayscale: #9F9F9F. Windows color (decimal): -5140786 or 13536945. OLE color: 13536945.

HSL color Cylindrical-coordinate representation of color #B18ECE: hue angle of 272.81º 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 #B18ECE is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 142 206 -
CMYK 0.14 0.31 0 0.19
HSL 272.81º 0.4% 0.68% -
HSV(B) 272.81º 0.31% 0.81% -
XYZ 38.95 33.15 62.74 -
YUV 159.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 177 142 206 0.14 0.31 0 0.19 272.81 0.4 0.68
Hex B1 8E CE E 1F 0 13 111 28 44
Octal 261 216 316 16 37 0 23 421 50 104
Binary 10110001 10001110 11001110 1110 11111 0 10011 100010001 101000 1000100

Color Harmonies of #B18ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18ECE

Black with #B18ECE

Text Example


Text Example

White with #B18ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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