#B195E4

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

Shades of Biloba Flower #B195E4

Tints of Biloba Flower #B195E4

Color information

#B195E4 (or 0xB195E4) is unknown color: approx Biloba Flower. HEX triplet: B1, 95 and E4. RGB value is (177,149,228). Sum of RGB (Red+Green+Blue) = 177+149+228=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 228 - color contains mainly: blue. Hex color #B195E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B195E4 is #4E6A1B. Grayscale: #A6A6A6. Windows color (decimal): -5138972 or 14980529. OLE color: 14980529.

HSL color Cylindrical-coordinate representation of color #B195E4: hue angle of 261.27º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B195E4 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB177149228-
CMYK0.220.3500.11
HSL261.27º59.4%73.92%-
HSV(B)261.27º34.65%89.41%-
XYZ42.8836.4478.17-
YUV166.38162.78135.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.95%
GREEN value IS 149 (58.59% from 255) = 26.90%
BLUE value IS 228 (89.45% from 255) = 41.16%
R=31.95%
G=26.90%
B=41.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1771492280.220.3500.11261.2759.473.92
HexB195E416230B1053b4a
Octal261225344264301340573112
Binary10110001100101011110010010110100011010111000001011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B195E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B195E4; }

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

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

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

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

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

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

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

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