#B37FDF

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

Shades of Biloba Flower #B37FDF

Tints of Biloba Flower #B37FDF

Color information

#B37FDF (or 0xB37FDF) is unknown color: approx Biloba Flower. HEX triplet: B3, 7F and DF. RGB value is (179,127,223). Sum of RGB (Red+Green+Blue) = 179+127+223=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #B37FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37FDF is #4C8020. Grayscale: #999999. Windows color (decimal): -5013537 or 14647219. OLE color: 14647219.

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

Color convert

RGB179127223-
CMYK0.200.4300.13
HSL272.5º60%68.63%-
HSV(B)272.5º43.05%87.45%-
XYZ39.530.0973.54-
YUV153.49167.23146.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.84%
GREEN value IS 127 (50% from 255) = 24.01%
BLUE value IS 223 (87.5% from 255) = 42.16%
R=33.84%
G=24.01%
B=42.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791272230.200.4300.13272.56068.63
HexB37FDF142B0D1103c45
Octal263177337245301542074105
Binary1011001111111111101111110100101011011011000100001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37FDF; }

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

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

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

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

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

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

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

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