#B191FC

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

Shades of Biloba Flower #B191FC

Tints of Biloba Flower #B191FC

Color information

#B191FC (or 0xB191FC) is unknown color: approx Biloba Flower. HEX triplet: B1, 91 and FC. RGB value is (177,145,252). Sum of RGB (Red+Green+Blue) = 177+145+252=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #B191FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B191FC is #4E6E03. Grayscale: #A6A6A6. Windows color (decimal): -5139972 or 16552369. OLE color: 16552369.

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

Color convert

RGB177145252-
CMYK0.300.4200.01
HSL257.94º94.69%77.84%-
HSV(B)257.94º42.46%98.82%-
XYZ45.8336.6396.75-
YUV166.77176.1135.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.84%
GREEN value IS 145 (57.03% from 255) = 25.26%
BLUE value IS 252 (98.83% from 255) = 43.90%
R=30.84%
G=25.26%
B=43.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771452520.300.4200.01257.9494.6977.84
HexB191FC1E2A011025f4e
Octal261221374365201402137116
Binary101100011001000111111100111101010100110000001010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B191FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B191FC; }

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

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

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

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

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

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

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

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