Html Css Color HEX #B188F5 Biloba Flower

📋 copy color: '#B188F5'

red 177 ◦ green 136 ◦ blue 245

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

Shades of Biloba Flower #B188F5

Tints of Biloba Flower #B188F5

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.37%

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

R = 31.72%
G = 24.37%
B = 43.91%

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

#B188F5 (or 0xB188F5) is known color: Biloba Flower. HEX triplet: B1, 88 and F5. RGB value is (177,136,245). Sum of RGB (Red+Green+Blue) = 177+136+245=558 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.72% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #B188F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B188F5 is #4E770A. Grayscale: #A0A0A0. Windows color (decimal): -5142283 or 16091313. OLE color: 16091313.

HSL color Cylindrical-coordinate representation of color #B188F5: hue angle of 262.57º 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 #B188F5 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 136 245 -
CMYK 0.28 0.44 0 0.04
HSL 262.57º 0.84% 0.75% -
HSV(B) 262.57º 0.44% 0.96% -
XYZ 43.42 33.55 90.57 -
YUV 160.69 175.58 139.64 -
System Red Green Blue C M Y K H S L
Decimal 177 136 245 0.28 0.44 0 0.04 262.57 0.84 0.75
Hex B1 88 F5 1C 2C 0 4 107 54 4B
Octal 261 210 365 34 54 0 4 407 124 113
Binary 10110001 10001000 11110101 11100 101100 0 100 100000111 1010100 1001011

Color Harmonies of #B188F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B188F5

Black with #B188F5

Text Example


Text Example

White with #B188F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B188F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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