Html Css Color HEX #B18BF9 Biloba Flower

📋 copy color: '#B18BF9'

red 177 ◦ green 139 ◦ blue 249

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

Shades of Biloba Flower #B18BF9

Tints of Biloba Flower #B18BF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.07%

R = 31.33%
G = 24.6%
B = 44.07%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B18BF9 (or 0xB18BF9) is known color: Biloba Flower. HEX triplet: B1, 8B and F9. RGB value is (177,139,249). Sum of RGB (Red+Green+Blue) = 177+139+249=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #B18BF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18BF9 is #4E7406. Grayscale: #A2A2A2. Windows color (decimal): -5141511 or 16354225. OLE color: 16354225.

HSL color Cylindrical-coordinate representation of color #B18BF9: hue angle of 260.73º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B18BF9 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 139 249 -
CMYK 0.29 0.44 0 0.02
HSL 260.73º 0.9% 0.76% -
HSV(B) 260.73º 0.44% 0.98% -
XYZ 44.46 34.65 93.97 -
YUV 162.9 176.59 138.06 -
System Red Green Blue C M Y K H S L
Decimal 177 139 249 0.29 0.44 0 0.02 260.73 0.9 0.76
Hex B1 8B F9 1D 2C 0 2 105 5A 4C
Octal 261 213 371 35 54 0 2 405 132 114
Binary 10110001 10001011 11111001 11101 101100 0 10 100000101 1011010 1001100

Color Harmonies of #B18BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18BF9

Black with #B18BF9

Text Example


Text Example

White with #B18BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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