#B194FB

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

Shades of Biloba Flower #B194FB

Tints of Biloba Flower #B194FB

Color information

#B194FB (or 0xB194FB) is unknown color: approx Biloba Flower. HEX triplet: B1, 94 and FB. RGB value is (177,148,251). Sum of RGB (Red+Green+Blue) = 177+148+251=576 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.73% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #B194FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B194FB is #4E6B04. Grayscale: #A8A8A8. Windows color (decimal): -5139205 or 16487601. OLE color: 16487601.

HSL color Cylindrical-coordinate representation of color #B194FB: hue angle of 256.89º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B194FB is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177148251-
CMYK0.290.4100.02
HSL256.89º92.79%78.24%-
HSV(B)256.89º41.04%98.43%-
XYZ46.1337.4996.07-
YUV168.41174.61134.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.73%
GREEN value IS 148 (58.20% from 255) = 25.69%
BLUE value IS 251 (98.44% from 255) = 43.58%
R=30.73%
G=25.69%
B=43.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771482510.290.4100.02256.8992.7978.24
HexB194FB1D29021015d4e
Octal261224373355102401135116
Binary1011000110010100111110111110110100101010000000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B194FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B194FB; }

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

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

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

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

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

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

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

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