#B291FB

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

Shades of Biloba Flower #B291FB

Tints of Biloba Flower #B291FB

Color information

#B291FB (or 0xB291FB) is unknown color: approx Biloba Flower. HEX triplet: B2, 91 and FB. RGB value is (178,145,251). Sum of RGB (Red+Green+Blue) = 178+145+251=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #B291FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B291FB is #4D6E04. Grayscale: #A6A6A6. Windows color (decimal): -5074437 or 16486834. OLE color: 16486834.

HSL color Cylindrical-coordinate representation of color #B291FB: hue angle of 258.68º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B291FB is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178145251-
CMYK0.290.4200.02
HSL258.68º92.98%77.65%-
HSV(B)258.68º42.23%98.43%-
XYZ45.936.6895.93-
YUV166.95175.43135.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.01%
GREEN value IS 145 (57.03% from 255) = 25.26%
BLUE value IS 251 (98.44% from 255) = 43.73%
R=31.01%
G=25.26%
B=43.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781452510.290.4200.02258.6892.9877.65
HexB291FB1D2A021035d4e
Octal262221373355202403135116
Binary1011001010010001111110111110110101001010000001110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B291FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B291FB; }

 p { color: rgb(178,145,251); }

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

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

 a { background-color: rgb(178,145,251); }

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

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

 span { border-color: rgb(178,145,251); }

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