#B37CE6

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

Shades of Biloba Flower #B37CE6

Tints of Biloba Flower #B37CE6

Color information

#B37CE6 (or 0xB37CE6) is unknown color: approx Biloba Flower. HEX triplet: B3, 7C and E6. RGB value is (179,124,230). Sum of RGB (Red+Green+Blue) = 179+124+230=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #B37CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37CE6 is #4C8319. Grayscale: #989898. Windows color (decimal): -5014298 or 15105203. OLE color: 15105203.

HSL color Cylindrical-coordinate representation of color #B37CE6: hue angle of 271.13º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B37CE6 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB179124230-
CMYK0.220.4600.10
HSL271.13º67.95%69.41%-
HSV(B)271.13º46.09%90.2%-
XYZ40.0829.7178.49-
YUV152.53171.72146.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.58%
GREEN value IS 124 (48.83% from 255) = 23.26%
BLUE value IS 230 (90.23% from 255) = 43.15%
R=33.58%
G=23.26%
B=43.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1791242300.220.4600.10271.1367.9569.41
HexB37CE6162E0A10f4445
Octal2631743462656012417104105
Binary10110011111110011100110101101011100101010000111110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37CE6; }

 p { color: rgb(179,124,230); }

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

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

 a { background-color: rgb(179,124,230); }

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

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

 span { border-color: rgb(179,124,230); }

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