#B194F1

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

Shades of Biloba Flower #B194F1

Tints of Biloba Flower #B194F1

Color information

#B194F1 (or 0xB194F1) is unknown color: approx Biloba Flower. HEX triplet: B1, 94 and F1. RGB value is (177,148,241). Sum of RGB (Red+Green+Blue) = 177+148+241=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #B194F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B194F1 is #4E6B0E. Grayscale: #A6A6A6. Windows color (decimal): -5139215 or 15832241. OLE color: 15832241.

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

Color convert

RGB177148241-
CMYK0.270.3900.05
HSL258.71º76.86%76.27%-
HSV(B)258.71º38.59%94.51%-
XYZ44.636.8887.99-
YUV167.27169.61134.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.27%
GREEN value IS 148 (58.20% from 255) = 26.15%
BLUE value IS 241 (94.53% from 255) = 42.58%
R=31.27%
G=26.15%
B=42.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771482410.270.3900.05258.7176.8676.27
HexB194F11B27051034d4c
Octal261224361334705403115114
Binary10110001100101001111000111011100111010110000001110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B194F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B194F1; }

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

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

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

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

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

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

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

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