#B19CFF

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

Shades of Biloba Flower #B19CFF

Tints of Biloba Flower #B19CFF

Color information

#B19CFF (or 0xB19CFF) is unknown color: approx Biloba Flower. HEX triplet: B1, 9C and FF. RGB value is (177,156,255). Sum of RGB (Red+Green+Blue) = 177+156+255=588 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.10% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #B19CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19CFF is #4E6300. Grayscale: #ADADAD. Windows color (decimal): -5137153 or 16751793. OLE color: 16751793.

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

Color convert

RGB177156255-
CMYK0.310.3900
HSL252.73º100%80.59%-
HSV(B)252.73º38.82%100%-
XYZ48.0740.3499.86-
YUV173.56173.96130.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.10%
GREEN value IS 156 (61.33% from 255) = 26.53%
BLUE value IS 255 (100% from 255) = 43.37%
R=30.10%
G=26.53%
B=43.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771562550.310.3900252.7310080.59
HexB19CFF1F2700fd6451
Octal261234377374700375144121
Binary10110001100111001111111111111100111001111110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19CFF; }

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

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

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

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

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

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

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

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