#B37DDF

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

Shades of Biloba Flower #B37DDF

Tints of Biloba Flower #B37DDF

Color information

#B37DDF (or 0xB37DDF) is unknown color: approx Biloba Flower. HEX triplet: B3, 7D and DF. RGB value is (179,125,223). Sum of RGB (Red+Green+Blue) = 179+125+223=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #B37DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37DDF is #4C8220. Grayscale: #979797. Windows color (decimal): -5014049 or 14646707. OLE color: 14646707.

HSL color Cylindrical-coordinate representation of color #B37DDF: hue angle of 273.06º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B37DDF is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179125223-
CMYK0.200.4400.13
HSL273.06º60.49%68.24%-
HSV(B)273.06º43.95%87.45%-
XYZ39.2429.5873.45-
YUV152.32167.89147.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.97%
GREEN value IS 125 (49.22% from 255) = 23.72%
BLUE value IS 223 (87.5% from 255) = 42.31%
R=33.97%
G=23.72%
B=42.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791252230.200.4400.13273.0660.4968.24
HexB37DDF142C0D1113c44
Octal263175337245401542174104
Binary1011001111111011101111110100101100011011000100011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37DDF; }

 p { color: rgb(179,125,223); }

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

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

 a { background-color: rgb(179,125,223); }

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

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

 span { border-color: rgb(179,125,223); }

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