#B391CE

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

Shades of Biloba Flower #B391CE

Tints of Biloba Flower #B391CE

Color information

#B391CE (or 0xB391CE) is unknown color: approx Biloba Flower. HEX triplet: B3, 91 and CE. RGB value is (179,145,206). Sum of RGB (Red+Green+Blue) = 179+145+206=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #B391CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B391CE is #4C6E31. Grayscale: #A1A1A1. Windows color (decimal): -5008946 or 13537715. OLE color: 13537715.

HSL color Cylindrical-coordinate representation of color #B391CE: hue angle of 273.44º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B391CE is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB179145206-
CMYK0.130.3000.19
HSL273.44º38.36%68.82%-
HSV(B)273.44º29.61%80.78%-
XYZ39.8634.2962.91-
YUV162.12152.76140.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.77%
GREEN value IS 145 (57.03% from 255) = 27.36%
BLUE value IS 206 (80.86% from 255) = 38.87%
R=33.77%
G=27.36%
B=38.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791452060.130.3000.19273.4438.3668.82
HexB391CED1E0131112645
Octal263221316153602342146105
Binary1011001110010001110011101101111100100111000100011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B391CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B391CE; }

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

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

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

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

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

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

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

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