#b195f0

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

Shades of Biloba Flower #B195F0

Tints of Biloba Flower #B195F0

Color information

#B195F0 (or 0xB195F0) is unknown color: approx Biloba Flower. HEX triplet: B1, 95 and F0. RGB value is (177,149,240). Sum of RGB (Red+Green+Blue) = 177+149+240=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #B195F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B195F0 is #4E6A0F. Grayscale: #A7A7A7. Windows color (decimal): -5138960 or 15766961. OLE color: 15766961.

HSL color Cylindrical-coordinate representation of color #B195F0: hue angle of 258.46º 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 #B195F0 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB177149240-
CMYK0.260.3800.06
HSL258.46º75.21%76.27%-
HSV(B)258.46º37.92%94.12%-
XYZ44.6137.1387.25-
YUV167.75168.78134.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.27%
GREEN value IS 149 (58.59% from 255) = 26.33%
BLUE value IS 240 (94.14% from 255) = 42.40%
R=31.27%
G=26.33%
B=42.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1771492400.260.3800.06258.4675.2176.27
HexB195F01A26061024b4c
Octal261225360324606402113114
Binary10110001100101011111000011010100110011010000001010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b195f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b195f0; }

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

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

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

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

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

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

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

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