#B37EDB

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

Shades of Biloba Flower #B37EDB

Tints of Biloba Flower #B37EDB

Color information

#B37EDB (or 0xB37EDB) is unknown color: approx Biloba Flower. HEX triplet: B3, 7E and DB. RGB value is (179,126,219). Sum of RGB (Red+Green+Blue) = 179+126+219=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #B37EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37EDB is #4C8124. Grayscale: #989898. Windows color (decimal): -5013797 or 14384819. OLE color: 14384819.

HSL color Cylindrical-coordinate representation of color #B37EDB: hue angle of 274.19º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B37EDB is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179126219-
CMYK0.180.4200.14
HSL274.19º56.36%67.65%-
HSV(B)274.19º42.47%85.88%-
XYZ38.8429.6270.69-
YUV152.45165.56146.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.16%
GREEN value IS 126 (49.61% from 255) = 24.05%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=34.16%
G=24.05%
B=41.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791262190.180.4200.14274.1956.3667.65
HexB37EDB122A0E1123844
Octal263176333225201642270104
Binary1011001111111101101101110010101010011101000100101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37EDB; }

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

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

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

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

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

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

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

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