#B19CFC

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

Shades of Biloba Flower #B19CFC

Tints of Biloba Flower #B19CFC

Color information

#B19CFC (or 0xB19CFC) is unknown color: approx Biloba Flower. HEX triplet: B1, 9C and FC. RGB value is (177,156,252). Sum of RGB (Red+Green+Blue) = 177+156+252=585 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.26% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #B19CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19CFC is #4E6303. Grayscale: #ACACAC. Windows color (decimal): -5137156 or 16555185. OLE color: 16555185.

HSL color Cylindrical-coordinate representation of color #B19CFC: hue angle of 253.12º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B19CFC is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177156252-
CMYK0.300.3800.01
HSL253.12º94.12%80%-
HSV(B)253.12º38.1%98.82%-
XYZ47.5940.1597.34-
YUV173.22172.46130.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.26%
GREEN value IS 156 (61.33% from 255) = 26.67%
BLUE value IS 252 (98.83% from 255) = 43.08%
R=30.26%
G=26.67%
B=43.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771562520.300.3800.01253.1294.1280
HexB19CFC1E2601fd5e50
Octal261234374364601375136120
Binary10110001100111001111110011110100110011111110110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19CFC; }

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

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

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

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

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

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

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

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