Html Css Color HEX #B18EFB Biloba Flower

📋 copy color: '#B18EFB'

red 177 ◦ green 142 ◦ blue 251

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

Shades of Biloba Flower #B18EFB

Tints of Biloba Flower #B18EFB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.91%

 BLUE value IS 251 (98.44% from 255) = 44.04%

R = 31.05%
G = 24.91%
B = 44.04%

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

#B18EFB (or 0xB18EFB) is known color: Biloba Flower. HEX triplet: B1, 8E and FB. RGB value is (177,142,251). Sum of RGB (Red+Green+Blue) = 177+142+251=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #B18EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18EFB is #4E7104. Grayscale: #A4A4A4. Windows color (decimal): -5140741 or 16486065. OLE color: 16486065.

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

Color convert

RGB 177 142 251 -
CMYK 0.29 0.43 0 0.02
HSL 259.27º 0.93% 0.77% -
HSV(B) 259.27º 0.43% 0.98% -
XYZ 45.22 35.66 95.77 -
YUV 164.89 176.6 136.64 -
System Red Green Blue C M Y K H S L
Decimal 177 142 251 0.29 0.43 0 0.02 259.27 0.93 0.77
Hex B1 8E FB 1D 2B 0 2 103 5D 4D
Octal 261 216 373 35 53 0 2 403 135 115
Binary 10110001 10001110 11111011 11101 101011 0 10 100000011 1011101 1001101

Color Harmonies of #B18EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18EFB

Black with #B18EFB

Text Example


Text Example

White with #B18EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18EFB; }

 p { color: rgb(177,142,251); }

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

background-color css

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

 a { background-color: rgb(177,142,251); }

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

border-color css

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

 span { border-color: rgb(177,142,251); }

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