Html Css Color HEX #B18DF5 Biloba Flower

📋 copy color: '#B18DF5'

red 177 ◦ green 141 ◦ blue 245

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

Shades of Biloba Flower #B18DF5

Tints of Biloba Flower #B18DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.52%

R = 31.44%
G = 25.04%
B = 43.52%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B18DF5 (or 0xB18DF5) is known color: Biloba Flower. HEX triplet: B1, 8D and F5. RGB value is (177,141,245). Sum of RGB (Red+Green+Blue) = 177+141+245=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 245 - color contains mainly: blue. Hex color #B18DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18DF5 is #4E720A. Grayscale: #A3A3A3. Windows color (decimal): -5141003 or 16092593. OLE color: 16092593.

HSL color Cylindrical-coordinate representation of color #B18DF5: hue angle of 260.77º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B18DF5 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 141 245 -
CMYK 0.28 0.42 0 0.04
HSL 260.77º 0.84% 0.76% -
HSV(B) 260.77º 0.42% 0.96% -
XYZ 44.14 34.99 90.81 -
YUV 163.62 173.93 137.54 -
System Red Green Blue C M Y K H S L
Decimal 177 141 245 0.28 0.42 0 0.04 260.77 0.84 0.76
Hex B1 8D F5 1C 2A 0 4 105 54 4C
Octal 261 215 365 34 52 0 4 405 124 114
Binary 10110001 10001101 11110101 11100 101010 0 100 100000101 1010100 1001100

Color Harmonies of #B18DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18DF5

Black with #B18DF5

Text Example


Text Example

White with #B18DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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