Html Css Color HEX #B18AFE Biloba Flower

📋 copy color: '#B18AFE'

red 177 ◦ green 138 ◦ blue 254

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

Shades of Biloba Flower #B18AFE

Tints of Biloba Flower #B18AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.25%

 BLUE value IS 254 (99.61% from 255) = 44.64%

R = 31.11%
G = 24.25%
B = 44.64%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B18AFE (or 0xB18AFE) is known color: Biloba Flower. HEX triplet: B1, 8A and FE. RGB value is (177,138,254). Sum of RGB (Red+Green+Blue) = 177+138+254=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #B18AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18AFE is #4E7501. Grayscale: #A2A2A2. Windows color (decimal): -5141762 or 16681649. OLE color: 16681649.

HSL color Cylindrical-coordinate representation of color #B18AFE: hue angle of 260.17º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B18AFE is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 138 254 -
CMYK 0.30 0.46 0 0.00
HSL 260.17º 0.98% 0.77% -
HSV(B) 260.17º 0.46% 1% -
XYZ 45.11 34.68 98.08 -
YUV 162.89 179.42 138.07 -
System Red Green Blue C M Y K H S L
Decimal 177 138 254 0.30 0.46 0 0.00 260.17 0.98 0.77
Hex B1 8A FE 1E 2E 0 0 104 62 4D
Octal 261 212 376 36 56 0 0 404 142 115
Binary 10110001 10001010 11111110 11110 101110 0 0 100000100 1100010 1001101

Color Harmonies of #B18AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18AFE

Black with #B18AFE

Text Example


Text Example

White with #B18AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18AFE; }

 p { color: rgb(177,138,254); }

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

background-color css

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

 a { background-color: rgb(177,138,254); }

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

border-color css

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

 span { border-color: rgb(177,138,254); }

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