#B391FD

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

Shades of Biloba Flower #B391FD

Tints of Biloba Flower #B391FD

Color information

#B391FD (or 0xB391FD) is unknown color: approx Biloba Flower. HEX triplet: B3, 91 and FD. RGB value is (179,145,253). Sum of RGB (Red+Green+Blue) = 179+145+253=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #B391FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B391FD is #4C6E02. Grayscale: #A7A7A7. Windows color (decimal): -5008899 or 16617907. OLE color: 16617907.

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

Color convert

RGB179145253-
CMYK0.290.4300.01
HSL258.89º96.43%78.04%-
HSV(B)258.89º42.69%99.22%-
XYZ46.4536.9397.61-
YUV167.48176.26136.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.02%
GREEN value IS 145 (57.03% from 255) = 25.13%
BLUE value IS 253 (99.22% from 255) = 43.85%
R=31.02%
G=25.13%
B=43.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791452530.290.4300.01258.8996.4378.04
HexB391FD1D2B01103604e
Octal263221375355301403140116
Binary101100111001000111111101111011010110110000001111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B391FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B391FD; }

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

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

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

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

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

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

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

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