#B19AFC

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

Shades of Biloba Flower #B19AFC

Tints of Biloba Flower #B19AFC

Color information

#B19AFC (or 0xB19AFC) is unknown color: approx Biloba Flower. HEX triplet: B1, 9A and FC. RGB value is (177,154,252). Sum of RGB (Red+Green+Blue) = 177+154+252=583 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.36% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #B19AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19AFC is #4E6503. Grayscale: #ABABAB. Windows color (decimal): -5137668 or 16554673. OLE color: 16554673.

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

Color convert

RGB177154252-
CMYK0.300.3900.01
HSL254.08º94.23%79.61%-
HSV(B)254.08º38.89%98.82%-
XYZ47.2639.4997.23-
YUV172.05173.12131.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.36%
GREEN value IS 154 (60.55% from 255) = 26.42%
BLUE value IS 252 (98.83% from 255) = 43.22%
R=30.36%
G=26.42%
B=43.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771542520.300.3900.01254.0894.2379.61
HexB19AFC1E2701fe5e50
Octal261232374364701376136120
Binary10110001100110101111110011110100111011111111010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19AFC; }

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

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

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

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

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

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

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

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