Html Css Color HEX #B18DF9 Biloba Flower

📋 copy color: '#B18DF9'

red 177 ◦ green 141 ◦ blue 249

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

Shades of Biloba Flower #B18DF9

Tints of Biloba Flower #B18DF9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.87%

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

R = 31.22%
G = 24.87%
B = 43.92%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B18DF9 (or 0xB18DF9) is known color: Biloba Flower. HEX triplet: B1, 8D and F9. RGB value is (177,141,249). Sum of RGB (Red+Green+Blue) = 177+141+249=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #B18DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18DF9 is #4E7206. Grayscale: #A3A3A3. Windows color (decimal): -5140999 or 16354737. OLE color: 16354737.

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

Color convert

RGB 177 141 249 -
CMYK 0.29 0.43 0 0.02
HSL 260º 0.9% 0.76% -
HSV(B) 260º 0.43% 0.98% -
XYZ 44.76 35.24 94.06 -
YUV 164.08 175.93 137.22 -
System Red Green Blue C M Y K H S L
Decimal 177 141 249 0.29 0.43 0 0.02 260 0.9 0.76
Hex B1 8D F9 1D 2B 0 2 104 5A 4C
Octal 261 215 371 35 53 0 2 404 132 114
Binary 10110001 10001101 11111001 11101 101011 0 10 100000100 1011010 1001100

Color Harmonies of #B18DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18DF9

Black with #B18DF9

Text Example


Text Example

White with #B18DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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