Html Css Color HEX #B18BEC Biloba Flower

📋 copy color: '#B18BEC'

red 177 ◦ green 139 ◦ blue 236

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

Shades of Biloba Flower #B18BEC

Tints of Biloba Flower #B18BEC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.18%

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

R = 32.07%
G = 25.18%
B = 42.75%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B18BEC (or 0xB18BEC) is known color: Biloba Flower. HEX triplet: B1, 8B and EC. RGB value is (177,139,236). Sum of RGB (Red+Green+Blue) = 177+139+236=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #B18BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18BEC is #4E7413. Grayscale: #A1A1A1. Windows color (decimal): -5141524 or 15502257. OLE color: 15502257.

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

Color convert

RGB 177 139 236 -
CMYK 0.25 0.41 0 0.07
HSL 263.51º 0.72% 0.74% -
HSV(B) 263.51º 0.41% 0.93% -
XYZ 42.5 33.87 83.65 -
YUV 161.42 170.09 139.11 -
System Red Green Blue C M Y K H S L
Decimal 177 139 236 0.25 0.41 0 0.07 263.51 0.72 0.74
Hex B1 8B EC 19 29 0 7 108 48 4A
Octal 261 213 354 31 51 0 7 410 110 112
Binary 10110001 10001011 11101100 11001 101001 0 111 100001000 1001000 1001010

Color Harmonies of #B18BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18BEC

Black with #B18BEC

Text Example


Text Example

White with #B18BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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