Html Css Color HEX #B18AF5 Biloba Flower

📋 copy color: '#B18AF5'

red 177 ◦ green 138 ◦ blue 245

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

Shades of Biloba Flower #B18AF5

Tints of Biloba Flower #B18AF5

RGB

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

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

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

R = 31.61%
G = 24.64%
B = 43.75%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B18AF5 (or 0xB18AF5) is known color: Biloba Flower. HEX triplet: B1, 8A and F5. RGB value is (177,138,245). Sum of RGB (Red+Green+Blue) = 177+138+245=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 245 (96.09% from 255 or 43.75% from 560); Max value from RGB is 245 - color contains mainly: blue. Hex color #B18AF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18AF5 is #4E750A. Grayscale: #A1A1A1. Windows color (decimal): -5141771 or 16091825. OLE color: 16091825.

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

Color convert

RGB 177 138 245 -
CMYK 0.28 0.44 0 0.04
HSL 261.87º 0.84% 0.75% -
HSV(B) 261.87º 0.44% 0.96% -
XYZ 43.7 34.12 90.67 -
YUV 161.86 174.92 138.8 -
System Red Green Blue C M Y K H S L
Decimal 177 138 245 0.28 0.44 0 0.04 261.87 0.84 0.75
Hex B1 8A F5 1C 2C 0 4 106 54 4B
Octal 261 212 365 34 54 0 4 406 124 113
Binary 10110001 10001010 11110101 11100 101100 0 100 100000110 1010100 1001011

Color Harmonies of #B18AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18AF5

Black with #B18AF5

Text Example


Text Example

White with #B18AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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