#B195FD

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

Shades of Biloba Flower #B195FD

Tints of Biloba Flower #B195FD

Color information

#B195FD (or 0xB195FD) is unknown color: approx Biloba Flower. HEX triplet: B1, 95 and FD. RGB value is (177,149,253). Sum of RGB (Red+Green+Blue) = 177+149+253=579 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.57% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #B195FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B195FD is #4E6A02. Grayscale: #A8A8A8. Windows color (decimal): -5138947 or 16618929. OLE color: 16618929.

HSL color Cylindrical-coordinate representation of color #B195FD: hue angle of 256.15º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B195FD is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177149253-
CMYK0.300.4100.01
HSL256.15º96.3%78.82%-
HSV(B)256.15º41.11%99.22%-
XYZ46.6137.9397.79-
YUV169.23175.28133.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.57%
GREEN value IS 149 (58.59% from 255) = 25.73%
BLUE value IS 253 (99.22% from 255) = 43.70%
R=30.57%
G=25.73%
B=43.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771492530.300.4100.01256.1596.378.82
HexB195FD1E2901100604f
Octal261225375365101400140117
Binary101100011001010111111101111101010010110000000011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B195FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B195FD; }

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

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

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

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

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

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

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

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