Html Css Color HEX #B18FF5 Biloba Flower

📋 copy color: '#B18FF5'

red 177 ◦ green 143 ◦ blue 245

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

Shades of Biloba Flower #B18FF5

Tints of Biloba Flower #B18FF5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.31%

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

R = 31.33%
G = 25.31%
B = 43.36%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B18FF5 (or 0xB18FF5) is known color: Biloba Flower. HEX triplet: B1, 8F and F5. RGB value is (177,143,245). Sum of RGB (Red+Green+Blue) = 177+143+245=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 245 (96.09% from 255 or 43.36% from 565); Max value from RGB is 245 - color contains mainly: blue. Hex color #B18FF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18FF5 is #4E700A. Grayscale: #A4A4A4. Windows color (decimal): -5140491 or 16093105. OLE color: 16093105.

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

Color convert

RGB 177 143 245 -
CMYK 0.28 0.42 0 0.04
HSL 260º 0.84% 0.76% -
HSV(B) 260º 0.42% 0.96% -
XYZ 44.44 35.58 90.91 -
YUV 164.79 173.26 136.71 -
System Red Green Blue C M Y K H S L
Decimal 177 143 245 0.28 0.42 0 0.04 260 0.84 0.76
Hex B1 8F F5 1C 2A 0 4 104 54 4C
Octal 261 217 365 34 52 0 4 404 124 114
Binary 10110001 10001111 11110101 11100 101010 0 100 100000100 1010100 1001100

Color Harmonies of #B18FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18FF5

Black with #B18FF5

Text Example


Text Example

White with #B18FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18FF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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