#B37FE1

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

Shades of Biloba Flower #B37FE1

Tints of Biloba Flower #B37FE1

Color information

#B37FE1 (or 0xB37FE1) is unknown color: approx Biloba Flower. HEX triplet: B3, 7F and E1. RGB value is (179,127,225). Sum of RGB (Red+Green+Blue) = 179+127+225=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #B37FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37FE1 is #4C801E. Grayscale: #999999. Windows color (decimal): -5013535 or 14778291. OLE color: 14778291.

HSL color Cylindrical-coordinate representation of color #B37FE1: hue angle of 271.84º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B37FE1 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB179127225-
CMYK0.200.4400.12
HSL271.84º62.03%69.02%-
HSV(B)271.84º43.56%88.24%-
XYZ39.7730.274.97-
YUV153.72168.23146.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.71%
GREEN value IS 127 (50% from 255) = 23.92%
BLUE value IS 225 (88.28% from 255) = 42.37%
R=33.71%
G=23.92%
B=42.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1791272250.200.4400.12271.8462.0369.02
HexB37FE1142C0C1103e45
Octal263177341245401442076105
Binary1011001111111111110000110100101100011001000100001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37FE1; }

 p { color: rgb(179,127,225); }

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

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

 a { background-color: rgb(179,127,225); }

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

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

 span { border-color: rgb(179,127,225); }

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