Html Css Color HEX #B18BF0 Biloba Flower

📋 copy color: '#B18BF0'

red 177 ◦ green 139 ◦ blue 240

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

Shades of Biloba Flower #B18BF0

Tints of Biloba Flower #B18BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.17%

R = 31.83%
G = 25%
B = 43.17%

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

#B18BF0 (or 0xB18BF0) is known color: Biloba Flower. HEX triplet: B1, 8B and F0. RGB value is (177,139,240). Sum of RGB (Red+Green+Blue) = 177+139+240=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #B18BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18BF0 is #4E740F. Grayscale: #A1A1A1. Windows color (decimal): -5141520 or 15764401. OLE color: 15764401.

HSL color Cylindrical-coordinate representation of color #B18BF0: hue angle of 262.57º degrees, saturation: 0.77, 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 #B18BF0 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 139 240 -
CMYK 0.26 0.42 0 0.06
HSL 262.57º 0.77% 0.74% -
HSV(B) 262.57º 0.42% 0.94% -
XYZ 43.09 34.1 86.75 -
YUV 161.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 177 139 240 0.26 0.42 0 0.06 262.57 0.77 0.74
Hex B1 8B F0 1A 2A 0 6 107 4D 4A
Octal 261 213 360 32 52 0 6 407 115 112
Binary 10110001 10001011 11110000 11010 101010 0 110 100000111 1001101 1001010

Color Harmonies of #B18BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18BF0

Black with #B18BF0

Text Example


Text Example

White with #B18BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18BF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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