#B391D7

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

Shades of Biloba Flower #B391D7

Tints of Biloba Flower #B391D7

Color information

#B391D7 (or 0xB391D7) is unknown color: approx Biloba Flower. HEX triplet: B3, 91 and D7. RGB value is (179,145,215). Sum of RGB (Red+Green+Blue) = 179+145+215=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 215 - color contains mainly: blue. Hex color #B391D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B391D7 is #4C6E28. Grayscale: #A2A2A2. Windows color (decimal): -5008937 or 14127539. OLE color: 14127539.

HSL color Cylindrical-coordinate representation of color #B391D7: hue angle of 269.14º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B391D7 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB179145215-
CMYK0.170.3300.16
HSL269.14º46.67%70.59%-
HSV(B)269.14º32.56%84.31%-
XYZ40.9834.7468.84-
YUV163.15157.26139.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.21%
GREEN value IS 145 (57.03% from 255) = 26.90%
BLUE value IS 215 (84.38% from 255) = 39.89%
R=33.21%
G=26.90%
B=39.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791452150.170.3300.16269.1446.6770.59
HexB391D7112101010d2f47
Octal263221327214102041557107
Binary101100111001000111010111100011000010100001000011011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B391D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B391D7; }

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

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

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

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

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

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

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

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