#B195F1

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

Shades of Biloba Flower #B195F1

Tints of Biloba Flower #B195F1

Color information

#B195F1 (or 0xB195F1) is unknown color: approx Biloba Flower. HEX triplet: B1, 95 and F1. RGB value is (177,149,241). Sum of RGB (Red+Green+Blue) = 177+149+241=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #B195F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B195F1 is #4E6A0E. Grayscale: #A7A7A7. Windows color (decimal): -5138959 or 15832497. OLE color: 15832497.

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

Color convert

RGB177149241-
CMYK0.270.3800.05
HSL258.26º76.67%76.47%-
HSV(B)258.26º38.17%94.51%-
XYZ44.7637.1988.04-
YUV167.86169.28134.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.22%
GREEN value IS 149 (58.59% from 255) = 26.28%
BLUE value IS 241 (94.53% from 255) = 42.50%
R=31.22%
G=26.28%
B=42.50%

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
Decimal1771492410.270.3800.05258.2676.6776.47
HexB195F11B26051024d4c
Octal261225361334605402115114
Binary10110001100101011111000111011100110010110000001010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B195F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B195F1; }

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

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

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

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

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

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

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

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