#B195EA

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

Shades of Biloba Flower #B195EA

Tints of Biloba Flower #B195EA

Color information

#B195EA (or 0xB195EA) is unknown color: approx Biloba Flower. HEX triplet: B1, 95 and EA. RGB value is (177,149,234). Sum of RGB (Red+Green+Blue) = 177+149+234=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #B195EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B195EA is #4E6A15. Grayscale: #A6A6A6. Windows color (decimal): -5138966 or 15373745. OLE color: 15373745.

HSL color Cylindrical-coordinate representation of color #B195EA: hue angle of 259.76º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B195EA is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177149234-
CMYK0.240.3600.08
HSL259.76º66.93%75.1%-
HSV(B)259.76º36.32%91.76%-
XYZ43.7336.7882.64-
YUV167.06165.78135.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.61%
GREEN value IS 149 (58.59% from 255) = 26.61%
BLUE value IS 234 (91.80% from 255) = 41.79%
R=31.61%
G=26.61%
B=41.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771492340.240.3600.08259.7666.9375.1
HexB195EA182408104434b
Octal2612253523044010404103113
Binary101100011001010111101010110001001000100010000010010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B195EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B195EA; }

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

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

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

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

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

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

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

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