Html Css Color HEX #B18BED Biloba Flower

📋 copy color: '#B18BED'

red 177 ◦ green 139 ◦ blue 237

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

Shades of Biloba Flower #B18BED

Tints of Biloba Flower #B18BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.86%

R = 32.01%
G = 25.14%
B = 42.86%

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

#B18BED (or 0xB18BED) is known color: Biloba Flower. HEX triplet: B1, 8B and ED. RGB value is (177,139,237). Sum of RGB (Red+Green+Blue) = 177+139+237=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #B18BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18BED is #4E7412. Grayscale: #A1A1A1. Windows color (decimal): -5141523 or 15567793. OLE color: 15567793.

HSL color Cylindrical-coordinate representation of color #B18BED: hue angle of 263.27º degrees, saturation: 0.73, 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 #B18BED is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 139 237 -
CMYK 0.25 0.41 0 0.07
HSL 263.27º 0.73% 0.74% -
HSV(B) 263.27º 0.41% 0.93% -
XYZ 42.65 33.93 84.42 -
YUV 161.53 170.59 139.03 -
System Red Green Blue C M Y K H S L
Decimal 177 139 237 0.25 0.41 0 0.07 263.27 0.73 0.74
Hex B1 8B ED 19 29 0 7 107 49 4A
Octal 261 213 355 31 51 0 7 407 111 112
Binary 10110001 10001011 11101101 11001 101001 0 111 100000111 1001001 1001010

Color Harmonies of #B18BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18BED

Black with #B18BED

Text Example


Text Example

White with #B18BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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