#B19BFC

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

Shades of Biloba Flower #B19BFC

Tints of Biloba Flower #B19BFC

Color information

#B19BFC (or 0xB19BFC) is unknown color: approx Biloba Flower. HEX triplet: B1, 9B and FC. RGB value is (177,155,252). Sum of RGB (Red+Green+Blue) = 177+155+252=584 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.31% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #B19BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19BFC is #4E6403. Grayscale: #ACACAC. Windows color (decimal): -5137412 or 16554929. OLE color: 16554929.

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

Color convert

RGB177155252-
CMYK0.300.3800.01
HSL253.61º94.17%79.8%-
HSV(B)253.61º38.49%98.82%-
XYZ47.4239.8297.28-
YUV172.64172.79131.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.31%
GREEN value IS 155 (60.94% from 255) = 26.54%
BLUE value IS 252 (98.83% from 255) = 43.15%
R=30.31%
G=26.54%
B=43.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771552520.300.3800.01253.6194.1779.8
HexB19BFC1E2601fe5e50
Octal261233374364601376136120
Binary10110001100110111111110011110100110011111111010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19BFC; }

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

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

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

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

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

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

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

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