Html Css Color HEX #B18DF0 Biloba Flower

📋 copy color: '#B18DF0'

red 177 ◦ green 141 ◦ blue 240

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

Shades of Biloba Flower #B18DF0

Tints of Biloba Flower #B18DF0

RGB

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

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

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

R = 31.72%
G = 25.27%
B = 43.01%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B18DF0 (or 0xB18DF0) is known color: Biloba Flower. HEX triplet: B1, 8D and F0. RGB value is (177,141,240). Sum of RGB (Red+Green+Blue) = 177+141+240=558 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.72% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #B18DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18DF0 is #4E720F. Grayscale: #A2A2A2. Windows color (decimal): -5141008 or 15764913. OLE color: 15764913.

HSL color Cylindrical-coordinate representation of color #B18DF0: hue angle of 261.82º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B18DF0 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 141 240 -
CMYK 0.26 0.41 0 0.06
HSL 261.82º 0.77% 0.75% -
HSV(B) 261.82º 0.41% 0.94% -
XYZ 43.38 34.69 86.85 -
YUV 163.05 171.43 137.95 -
System Red Green Blue C M Y K H S L
Decimal 177 141 240 0.26 0.41 0 0.06 261.82 0.77 0.75
Hex B1 8D F0 1A 29 0 6 106 4D 4B
Octal 261 215 360 32 51 0 6 406 115 113
Binary 10110001 10001101 11110000 11010 101001 0 110 100000110 1001101 1001011

Color Harmonies of #B18DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18DF0

Black with #B18DF0

Text Example


Text Example

White with #B18DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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