#B195F2

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

Shades of Biloba Flower #B195F2

Tints of Biloba Flower #B195F2

Color information

#B195F2 (or 0xB195F2) is unknown color: approx Biloba Flower. HEX triplet: B1, 95 and F2. RGB value is (177,149,242). Sum of RGB (Red+Green+Blue) = 177+149+242=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 242 - color contains mainly: blue. Hex color #B195F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B195F2 is #4E6A0D. Grayscale: #A7A7A7. Windows color (decimal): -5138958 or 15898033. OLE color: 15898033.

HSL color Cylindrical-coordinate representation of color #B195F2: hue angle of 258.06º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B195F2 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177149242-
CMYK0.270.3800.05
HSL258.06º78.15%76.67%-
HSV(B)258.06º38.43%94.9%-
XYZ44.9137.2588.83-
YUV167.97169.78134.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.16%
GREEN value IS 149 (58.59% from 255) = 26.23%
BLUE value IS 242 (94.92% from 255) = 42.61%
R=31.16%
G=26.23%
B=42.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771492420.270.3800.05258.0678.1576.67
HexB195F21B26051024e4d
Octal261225362334605402116115
Binary10110001100101011111001011011100110010110000001010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B195F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B195F2; }

 p { color: rgb(177,149,242); }

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

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

 a { background-color: rgb(177,149,242); }

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

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

 span { border-color: rgb(177,149,242); }

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