#B191EC

Color #B191EC Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B191EC

Tints of Biloba Flower #B191EC

Color information

#B191EC (or 0xB191EC) is unknown color: approx Biloba Flower. HEX triplet: B1, 91 and EC. RGB value is (177,145,236). Sum of RGB (Red+Green+Blue) = 177+145+236=558 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.72% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #B191EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B191EC is #4E6E13. Grayscale: #A4A4A4. Windows color (decimal): -5139988 or 15503793. OLE color: 15503793.

HSL color Cylindrical-coordinate representation of color #B191EC: hue angle of 261.1º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B191EC is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177145236-
CMYK0.250.3900.07
HSL261.1º70.54%74.71%-
HSV(B)261.1º38.56%92.55%-
XYZ43.435.6583.95-
YUV164.94168.1136.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.72%
GREEN value IS 145 (57.03% from 255) = 25.99%
BLUE value IS 236 (92.58% from 255) = 42.29%
R=31.72%
G=25.99%
B=42.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771452360.250.3900.07261.170.5474.71
HexB191EC192707105474b
Octal261221354314707405107113
Binary10110001100100011110110011001100111011110000010110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B191EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B191EC; }

 p { color: rgb(177,145,236); }

 H1.HeaderClassName
 {
   color: #B191EC;
 }
 .AnyTagClassName
 {
   color: #B191EC;
 }
</style>
background-color css

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

 a { background-color: rgb(177,145,236); }

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

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

 span { border-color: rgb(177,145,236); }

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