#B37FDC

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

Shades of Biloba Flower #B37FDC

Tints of Biloba Flower #B37FDC

Color information

#B37FDC (or 0xB37FDC) is unknown color: approx Biloba Flower. HEX triplet: B3, 7F and DC. RGB value is (179,127,220). Sum of RGB (Red+Green+Blue) = 179+127+220=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #B37FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37FDC is #4C8023. Grayscale: #989898. Windows color (decimal): -5013540 or 14450611. OLE color: 14450611.

HSL color Cylindrical-coordinate representation of color #B37FDC: hue angle of 273.55º degrees, saturation: 0.57, 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 #B37FDC is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179127220-
CMYK0.190.4200.14
HSL273.55º57.06%68.04%-
HSV(B)273.55º42.27%86.27%-
XYZ39.129.9371.43-
YUV153.15165.73146.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.03%
GREEN value IS 127 (50% from 255) = 24.14%
BLUE value IS 220 (86.33% from 255) = 41.83%
R=34.03%
G=24.14%
B=41.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791272200.190.4200.14273.5557.0668.04
HexB37FDC132A0E1123944
Octal263177334235201642271104
Binary1011001111111111101110010011101010011101000100101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37FDC; }

 p { color: rgb(179,127,220); }

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

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

 a { background-color: rgb(179,127,220); }

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

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

 span { border-color: rgb(179,127,220); }

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