#B19CE3

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

Shades of Biloba Flower #B19CE3

Tints of Biloba Flower #B19CE3

Color information

#B19CE3 (or 0xB19CE3) is unknown color: approx Biloba Flower. HEX triplet: B1, 9C and E3. RGB value is (177,156,227). Sum of RGB (Red+Green+Blue) = 177+156+227=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 227 (89.06% from 255 or 40.54% from 560); Max value from RGB is 227 - color contains mainly: blue. Hex color #B19CE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19CE3 is #4E631C. Grayscale: #AAAAAA. Windows color (decimal): -5137181 or 14916785. OLE color: 14916785.

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

Color convert

RGB177156227-
CMYK0.220.3100.11
HSL257.75º55.91%75.1%-
HSV(B)257.75º31.28%89.02%-
XYZ43.8938.6777.82-
YUV170.37159.96132.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.61%
GREEN value IS 156 (61.33% from 255) = 27.86%
BLUE value IS 227 (89.06% from 255) = 40.54%
R=31.61%
G=27.86%
B=40.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1771562270.220.3100.11257.7555.9175.1
HexB19CE3161F0B102384b
Octal261234343263701340270113
Binary1011000110011100111000111011011111010111000000101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19CE3; }

 p { color: rgb(177,156,227); }

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

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

 a { background-color: rgb(177,156,227); }

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

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

 span { border-color: rgb(177,156,227); }

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