#B194FF

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

Shades of Biloba Flower #B194FF

Tints of Biloba Flower #B194FF

Color information

#B194FF (or 0xB194FF) is unknown color: approx Biloba Flower. HEX triplet: B1, 94 and FF. RGB value is (177,148,255). Sum of RGB (Red+Green+Blue) = 177+148+255=580 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.52% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #B194FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B194FF is #4E6B00. Grayscale: #A8A8A8. Windows color (decimal): -5139201 or 16749745. OLE color: 16749745.

HSL color Cylindrical-coordinate representation of color #B194FF: hue angle of 256.26º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B194FF is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB177148255-
CMYK0.310.4200
HSL256.26º100%79.02%-
HSV(B)256.26º41.96%100%-
XYZ46.7737.7599.43-
YUV168.87176.61133.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.52%
GREEN value IS 148 (58.20% from 255) = 25.52%
BLUE value IS 255 (100% from 255) = 43.97%
R=30.52%
G=25.52%
B=43.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771482550.310.4200256.2610079.02
HexB194FF1F2A00100644f
Octal261224377375200400144117
Binary101100011001010011111111111111010100010000000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B194FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B194FF; }

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

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

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

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

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

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

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

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