Html Css Color HEX #B18CFB Biloba Flower

📋 copy color: '#B18CFB'

red 177 ◦ green 140 ◦ blue 251

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

Shades of Biloba Flower #B18CFB

Tints of Biloba Flower #B18CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.65%

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

R = 31.16%
G = 24.65%
B = 44.19%

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

#B18CFB (or 0xB18CFB) is known color: Biloba Flower. HEX triplet: B1, 8C and FB. RGB value is (177,140,251). Sum of RGB (Red+Green+Blue) = 177+140+251=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #B18CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18CFB is #4E7304. Grayscale: #A3A3A3. Windows color (decimal): -5141253 or 16485553. OLE color: 16485553.

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

Color convert

RGB 177 140 251 -
CMYK 0.29 0.44 0 0.02
HSL 260º 0.93% 0.77% -
HSV(B) 260º 0.44% 0.98% -
XYZ 44.92 35.07 95.67 -
YUV 163.72 177.26 137.47 -
System Red Green Blue C M Y K H S L
Decimal 177 140 251 0.29 0.44 0 0.02 260 0.93 0.77
Hex B1 8C FB 1D 2C 0 2 104 5D 4D
Octal 261 214 373 35 54 0 2 404 135 115
Binary 10110001 10001100 11111011 11101 101100 0 10 100000100 1011101 1001101

Color Harmonies of #B18CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18CFB

Black with #B18CFB

Text Example


Text Example

White with #B18CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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