#B19CFE

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

Shades of Biloba Flower #B19CFE

Tints of Biloba Flower #B19CFE

Color information

#B19CFE (or 0xB19CFE) is unknown color: approx Biloba Flower. HEX triplet: B1, 9C and FE. RGB value is (177,156,254). Sum of RGB (Red+Green+Blue) = 177+156+254=587 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.15% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #B19CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19CFE is #4E6301. Grayscale: #ADADAD. Windows color (decimal): -5137154 or 16686257. OLE color: 16686257.

HSL color Cylindrical-coordinate representation of color #B19CFE: hue angle of 252.86º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B19CFE is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB177156254-
CMYK0.300.3900.00
HSL252.86º98%80.39%-
HSV(B)252.86º38.58%99.61%-
XYZ47.9140.2899.02-
YUV173.45173.46130.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.15%
GREEN value IS 156 (61.33% from 255) = 26.58%
BLUE value IS 254 (99.61% from 255) = 43.27%
R=30.15%
G=26.58%
B=43.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1771562540.300.3900.00252.869880.39
HexB19CFE1E2700fd6250
Octal261234376364700375142120
Binary10110001100111001111111011110100111001111110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19CFE; }

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

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

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

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

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

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

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

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