#B19AF2

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

Shades of Biloba Flower #B19AF2

Tints of Biloba Flower #B19AF2

Color information

#B19AF2 (or 0xB19AF2) is unknown color: approx Biloba Flower. HEX triplet: B1, 9A and F2. RGB value is (177,154,242). Sum of RGB (Red+Green+Blue) = 177+154+242=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #B19AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19AF2 is #4E650D. Grayscale: #AAAAAA. Windows color (decimal): -5137678 or 15899313. OLE color: 15899313.

HSL color Cylindrical-coordinate representation of color #B19AF2: hue angle of 255.68º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B19AF2 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177154242-
CMYK0.270.3600.05
HSL255.68º77.19%77.65%-
HSV(B)255.68º36.36%94.9%-
XYZ45.7138.8789.1-
YUV170.91168.12132.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.89%
GREEN value IS 154 (60.55% from 255) = 26.88%
BLUE value IS 242 (94.92% from 255) = 42.23%
R=30.89%
G=26.88%
B=42.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771542420.270.3600.05255.6877.1977.65
HexB19AF21B24051004d4e
Octal261232362334405400115116
Binary10110001100110101111001011011100100010110000000010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19AF2; }

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

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

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

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

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

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

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

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