#B196E8

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

Shades of Biloba Flower #B196E8

Tints of Biloba Flower #B196E8

Color information

#B196E8 (or 0xB196E8) is unknown color: approx Biloba Flower. HEX triplet: B1, 96 and E8. RGB value is (177,150,232). Sum of RGB (Red+Green+Blue) = 177+150+232=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #B196E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B196E8 is #4E6917. Grayscale: #A7A7A7. Windows color (decimal): -5138712 or 15242929. OLE color: 15242929.

HSL color Cylindrical-coordinate representation of color #B196E8: hue angle of 259.76º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B196E8 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB177150232-
CMYK0.240.3500.09
HSL259.76º64.06%74.9%-
HSV(B)259.76º35.34%90.98%-
XYZ43.636.9981.18-
YUV167.42164.45134.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.66%
GREEN value IS 150 (58.98% from 255) = 26.83%
BLUE value IS 232 (91.02% from 255) = 41.50%
R=31.66%
G=26.83%
B=41.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1771502320.240.3500.09259.7664.0674.9
HexB196E8182309104404b
Octal2612263503043011404100113
Binary101100011001011011101000110001000110100110000010010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B196E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B196E8; }

 p { color: rgb(177,150,232); }

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

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

 a { background-color: rgb(177,150,232); }

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

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

 span { border-color: rgb(177,150,232); }

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