#B391FC

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

Shades of Biloba Flower #B391FC

Tints of Biloba Flower #B391FC

Color information

#B391FC (or 0xB391FC) is unknown color: approx Biloba Flower. HEX triplet: B3, 91 and FC. RGB value is (179,145,252). Sum of RGB (Red+Green+Blue) = 179+145+252=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #B391FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B391FC is #4C6E03. Grayscale: #A6A6A6. Windows color (decimal): -5008900 or 16552371. OLE color: 16552371.

HSL color Cylindrical-coordinate representation of color #B391FC: hue angle of 259.07º 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 #B391FC is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179145252-
CMYK0.290.4200.01
HSL259.07º94.69%77.84%-
HSV(B)259.07º42.46%98.82%-
XYZ46.2936.8696.77-
YUV167.36175.76136.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.08%
GREEN value IS 145 (57.03% from 255) = 25.17%
BLUE value IS 252 (98.83% from 255) = 43.75%
R=31.08%
G=25.17%
B=43.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791452520.290.4200.01259.0794.6977.84
HexB391FC1D2A011035f4e
Octal263221374355201403137116
Binary101100111001000111111100111011010100110000001110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B391FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B391FC; }

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

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

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

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

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

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

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

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