Html Css Color HEX #B18EEC Biloba Flower

📋 copy color: '#B18EEC'

red 177 ◦ green 142 ◦ blue 236

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

Shades of Biloba Flower #B18EEC

Tints of Biloba Flower #B18EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.52%

R = 31.89%
G = 25.59%
B = 42.52%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B18EEC (or 0xB18EEC) is known color: Biloba Flower. HEX triplet: B1, 8E and EC. RGB value is (177,142,236). Sum of RGB (Red+Green+Blue) = 177+142+236=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #B18EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18EEC is #4E7113. Grayscale: #A2A2A2. Windows color (decimal): -5140756 or 15503025. OLE color: 15503025.

HSL color Cylindrical-coordinate representation of color #B18EEC: hue angle of 262.34º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B18EEC is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 142 236 -
CMYK 0.25 0.40 0 0.07
HSL 262.34º 0.71% 0.74% -
HSV(B) 262.34º 0.4% 0.93% -
XYZ 42.94 34.75 83.8 -
YUV 163.18 169.1 137.86 -
System Red Green Blue C M Y K H S L
Decimal 177 142 236 0.25 0.40 0 0.07 262.34 0.71 0.74
Hex B1 8E EC 19 28 0 7 106 47 4A
Octal 261 216 354 31 50 0 7 406 107 112
Binary 10110001 10001110 11101100 11001 101000 0 111 100000110 1000111 1001010

Color Harmonies of #B18EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18EEC

Black with #B18EEC

Text Example


Text Example

White with #B18EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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