#B19BFF

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

Shades of Biloba Flower #B19BFF

Tints of Biloba Flower #B19BFF

Color information

#B19BFF (or 0xB19BFF) is unknown color: approx Biloba Flower. HEX triplet: B1, 9B and FF. RGB value is (177,155,255). Sum of RGB (Red+Green+Blue) = 177+155+255=587 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.15% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #B19BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19BFF is #4E6400. Grayscale: #ACACAC. Windows color (decimal): -5137409 or 16751537. OLE color: 16751537.

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

Color convert

RGB177155255-
CMYK0.310.3900
HSL253.2º100%80.39%-
HSV(B)253.2º39.22%100%-
XYZ47.940.0199.81-
YUV172.98174.29130.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.15%
GREEN value IS 155 (60.94% from 255) = 26.41%
BLUE value IS 255 (100% from 255) = 43.44%
R=30.15%
G=26.41%
B=43.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771552550.310.3900253.210080.39
HexB19BFF1F2700fd6450
Octal261233377374700375144120
Binary10110001100110111111111111111100111001111110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19BFF; }

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

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

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

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

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

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

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

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