Html Css Color HEX #B18BEF Biloba Flower

📋 copy color: '#B18BEF'

red 177 ◦ green 139 ◦ blue 239

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

Shades of Biloba Flower #B18BEF

Tints of Biloba Flower #B18BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.06%

R = 31.89%
G = 25.05%
B = 43.06%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B18BEF (or 0xB18BEF) is known color: Biloba Flower. HEX triplet: B1, 8B and EF. RGB value is (177,139,239). Sum of RGB (Red+Green+Blue) = 177+139+239=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #B18BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18BEF is #4E7410. Grayscale: #A1A1A1. Windows color (decimal): -5141521 or 15698865. OLE color: 15698865.

HSL color Cylindrical-coordinate representation of color #B18BEF: hue angle of 262.8º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B18BEF is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 139 239 -
CMYK 0.26 0.42 0 0.06
HSL 262.8º 0.76% 0.74% -
HSV(B) 262.8º 0.42% 0.94% -
XYZ 42.94 34.04 85.97 -
YUV 161.76 171.59 138.87 -
System Red Green Blue C M Y K H S L
Decimal 177 139 239 0.26 0.42 0 0.06 262.8 0.76 0.74
Hex B1 8B EF 1A 2A 0 6 107 4C 4A
Octal 261 213 357 32 52 0 6 407 114 112
Binary 10110001 10001011 11101111 11010 101010 0 110 100000111 1001100 1001010

Color Harmonies of #B18BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18BEF

Black with #B18BEF

Text Example


Text Example

White with #B18BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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