#B37EF3

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

Shades of Biloba Flower #B37EF3

Tints of Biloba Flower #B37EF3

Color information

#B37EF3 (or 0xB37EF3) is unknown color: approx Biloba Flower. HEX triplet: B3, 7E and F3. RGB value is (179,126,243). Sum of RGB (Red+Green+Blue) = 179+126+243=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 243 (95.31% from 255 or 44.34% from 548); Max value from RGB is 243 - color contains mainly: blue. Hex color #B37EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37EF3 is #4C810C. Grayscale: #9A9A9A. Windows color (decimal): -5013773 or 15957683. OLE color: 15957683.

HSL color Cylindrical-coordinate representation of color #B37EF3: hue angle of 267.18º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B37EF3 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB179126243-
CMYK0.260.4800.05
HSL267.18º82.98%72.35%-
HSV(B)267.18º48.15%95.29%-
XYZ42.2330.9888.55-
YUV155.18177.56144.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.66%
GREEN value IS 126 (49.61% from 255) = 22.99%
BLUE value IS 243 (95.31% from 255) = 44.34%
R=32.66%
G=22.99%
B=44.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1791262430.260.4800.05267.1882.9872.35
HexB37EF31A300510b5348
Octal263176363326005413123110
Binary1011001111111101111001111010110000010110000101110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37EF3; }

 p { color: rgb(179,126,243); }

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

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

 a { background-color: rgb(179,126,243); }

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

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

 span { border-color: rgb(179,126,243); }

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