#B37EEC

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

Shades of Biloba Flower #B37EEC

Tints of Biloba Flower #B37EEC

Color information

#B37EEC (or 0xB37EEC) is unknown color: approx Biloba Flower. HEX triplet: B3, 7E and EC. RGB value is (179,126,236). Sum of RGB (Red+Green+Blue) = 179+126+236=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #B37EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37EEC is #4C8113. Grayscale: #9A9A9A. Windows color (decimal): -5013780 or 15498931. OLE color: 15498931.

HSL color Cylindrical-coordinate representation of color #B37EEC: hue angle of 268.91º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B37EEC is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179126236-
CMYK0.240.4700.07
HSL268.91º74.32%70.98%-
HSV(B)268.91º46.61%92.55%-
XYZ41.1930.5683.08-
YUV154.39174.06145.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.09%
GREEN value IS 126 (49.61% from 255) = 23.29%
BLUE value IS 236 (92.58% from 255) = 43.62%
R=33.09%
G=23.29%
B=43.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791262360.240.4700.07268.9174.3270.98
HexB37EEC182F0710d4a47
Octal263176354305707415112107
Binary1011001111111101110110011000101111011110000110110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37EEC; }

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

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

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

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

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

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

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

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