#B196F0

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

Shades of Biloba Flower #B196F0

Tints of Biloba Flower #B196F0

Color information

#B196F0 (or 0xB196F0) is unknown color: approx Biloba Flower. HEX triplet: B1, 96 and F0. RGB value is (177,150,240). Sum of RGB (Red+Green+Blue) = 177+150+240=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #B196F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B196F0 is #4E690F. Grayscale: #A8A8A8. Windows color (decimal): -5138704 or 15767217. OLE color: 15767217.

HSL color Cylindrical-coordinate representation of color #B196F0: hue angle of 258º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B196F0 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB177150240-
CMYK0.260.3700.06
HSL258º75%76.47%-
HSV(B)258º37.5%94.12%-
XYZ44.7737.4587.31-
YUV168.33168.45134.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.22%
GREEN value IS 150 (58.98% from 255) = 26.46%
BLUE value IS 240 (94.14% from 255) = 42.33%
R=31.22%
G=26.46%
B=42.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1771502400.260.3700.062587576.47
HexB196F01A25061024b4c
Octal261226360324506402113114
Binary10110001100101101111000011010100101011010000001010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B196F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B196F0; }

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

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

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

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

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

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

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

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