#B19BF3

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

Shades of Biloba Flower #B19BF3

Tints of Biloba Flower #B19BF3

Color information

#B19BF3 (or 0xB19BF3) is unknown color: approx Biloba Flower. HEX triplet: B1, 9B and F3. RGB value is (177,155,243). Sum of RGB (Red+Green+Blue) = 177+155+243=575 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.78% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 243 (95.31% from 255 or 42.26% from 575); Max value from RGB is 243 - color contains mainly: blue. Hex color #B19BF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19BF3 is #4E640C. Grayscale: #ABABAB. Windows color (decimal): -5137421 or 15965105. OLE color: 15965105.

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

Color convert

RGB177155243-
CMYK0.270.3600.05
HSL255º78.57%78.04%-
HSV(B)255º36.21%95.29%-
XYZ46.0339.2689.95-
YUV171.61168.29131.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.78%
GREEN value IS 155 (60.94% from 255) = 26.96%
BLUE value IS 243 (95.31% from 255) = 42.26%
R=30.78%
G=26.96%
B=42.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771552430.270.3600.0525578.5778.04
HexB19BF31B2405ff4f4e
Octal261233363334405377117116
Binary1011000110011011111100111101110010001011111111110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19BF3; }

 p { color: rgb(177,155,243); }

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

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

 a { background-color: rgb(177,155,243); }

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

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

 span { border-color: rgb(177,155,243); }

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