#B198F1

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

Shades of Biloba Flower #B198F1

Tints of Biloba Flower #B198F1

Color information

#B198F1 (or 0xB198F1) is unknown color: approx Biloba Flower. HEX triplet: B1, 98 and F1. RGB value is (177,152,241). Sum of RGB (Red+Green+Blue) = 177+152+241=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #B198F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B198F1 is #4E670E. Grayscale: #A9A9A9. Windows color (decimal): -5138191 or 15833265. OLE color: 15833265.

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

Color convert

RGB177152241-
CMYK0.270.3700.05
HSL256.85º76.07%77.06%-
HSV(B)256.85º36.93%94.51%-
XYZ45.2438.1588.2-
YUV169.62168.28133.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.05%
GREEN value IS 152 (59.77% from 255) = 26.67%
BLUE value IS 241 (94.53% from 255) = 42.28%
R=31.05%
G=26.67%
B=42.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771522410.270.3700.05256.8576.0777.06
HexB198F11B25051014c4d
Octal261230361334505401114115
Binary10110001100110001111000111011100101010110000000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B198F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B198F1; }

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

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

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

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

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

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

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

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