#B19BE4

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

Shades of Biloba Flower #B19BE4

Tints of Biloba Flower #B19BE4

Color information

#B19BE4 (or 0xB19BE4) is unknown color: approx Biloba Flower. HEX triplet: B1, 9B and E4. RGB value is (177,155,228). Sum of RGB (Red+Green+Blue) = 177+155+228=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 228 - color contains mainly: blue. Hex color #B19BE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BE4 is #4E641B. Grayscale: #A9A9A9. Windows color (decimal): -5137436 or 14982065. OLE color: 14982065.

HSL color Cylindrical-coordinate representation of color #B19BE4: hue angle of 258.08º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B19BE4 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB177155228-
CMYK0.220.3200.11
HSL258.08º57.48%75.1%-
HSV(B)258.08º32.02%89.41%-
XYZ43.8638.3978.5-
YUV169.9160.79133.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.61%
GREEN value IS 155 (60.94% from 255) = 27.68%
BLUE value IS 228 (89.45% from 255) = 40.71%
R=31.61%
G=27.68%
B=40.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1771552280.220.3200.11258.0857.4875.1
HexB19BE416200B102394b
Octal261233344264001340271113
Binary10110001100110111110010010110100000010111000000101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19BE4; }

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

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

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

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

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

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

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

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