#B19AFF

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

Shades of Biloba Flower #B19AFF

Tints of Biloba Flower #B19AFF

Color information

#B19AFF (or 0xB19AFF) is unknown color: approx Biloba Flower. HEX triplet: B1, 9A and FF. RGB value is (177,154,255). Sum of RGB (Red+Green+Blue) = 177+154+255=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #B19AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19AFF is #4E6500. Grayscale: #ACACAC. Windows color (decimal): -5137665 or 16751281. OLE color: 16751281.

HSL color Cylindrical-coordinate representation of color #B19AFF: hue angle of 253.66º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B19AFF is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB177154255-
CMYK0.310.4000
HSL253.66º100%80.2%-
HSV(B)253.66º39.61%100%-
XYZ47.7439.6899.75-
YUV172.39174.62131.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.20%
GREEN value IS 154 (60.55% from 255) = 26.28%
BLUE value IS 255 (100% from 255) = 43.52%
R=30.20%
G=26.28%
B=43.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771542550.310.4000253.6610080.2
HexB19AFF1F2800fe6450
Octal261232377375000376144120
Binary10110001100110101111111111111101000001111111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19AFF; }

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

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

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

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

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

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

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

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